COLOR #01493C

HEX: #01493C
RGB: (1,73,60)

Renk bilgisi

#01493C contains mainly green and blue colors. #01493C ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#01493C color RGB value is (1,73,60).

  • kırmız ton 1;
  • yeşil ton 73;
  • mavi ton 60.
RGB:
(1,73,60)
(0%,29%,24%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 73 of 255 = 29%
B 60 of 255 = 24%

1
73
60

R + G + B ~ 18%. #01493C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 73 + 60 = 134 (100%)
R 1 of 134 ~ 0.75%
G 73 of 134 ~ 54.48%
B 60 of 134 ~ 44.78%

%54.48
%44.78

CMYK RENK MODELİ

#01493C rengi CMYK tonu (99,0,18,71).

  • camgöbeği tonu 98.63%
  • eflatun tonu 0.00%
  • sarı tonu 17.81%
  • ana renk tonu 71.37%
CMYK:
(99,0,18,71)
C99M0Y18K71 
(99%,0%,18%,71%)
(0.99/0.00/0.18/0.71)	

CMYK yüzdeleri

%98.63
%0
%17.81
%71.37

Codes

Color #01493C in popluar color models

01493C
RGB17360
HSL169°97.30%14.51%
HSB/HSV169°98.63%28.63%
CMYK98.63%0.00%17.81%
71.37%

Color #01493C in popluar number systems.

HEX01493C
Decimal17360
Binary11001001111100
Octal111174

Shades and tints

Shades of #01493C

#01493C
(1,73,60)
#014337
(1,67,55)
#013D32
(1,61,50)
#01372D
(1,55,45)
#013128
(1,49,40)
#012B23
(1,43,35)
#01251E
(1,37,30)
#011F19
(1,31,25)
#011914
(1,25,20)
#01130F
(1,19,15)
#010D0A
(1,13,10)
#000000
(0,0,0)

Tints of #01493C

#01493C
(1,73,60)
#18594D
(24,89,77)
#2F695E
(47,105,94)
#46796F
(70,121,111)
#5D8980
(93,137,128)
#749991
(116,153,145)
#8BA9A2
(139,169,162)
#A2B9B3
(162,185,179)
#B9C9C4
(185,201,196)
#D0D9D5
(208,217,213)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01493C color. Also use rgb(1,73,60) instead hex code.

Text Font Color

.myTextColor { color: #01493C; }

<p style="color:#01493C">This sample text font color is #01493C.</p>

This text font color is #01493C.


Background Color

.myBgColor { background-color: #01493C; }

<div style="background-color:#01493C">Inner text</div>

This div background color is #01493C.


Border color

.myBorderColor { border: 1px solid #01493C; }

<div style="border:3px solid #01493C">Div</div>

This div border color is #01493C.


Opacity

.myOpacity80 { color: #01493C; opacity: 0.8; }

<p style="color:#01493C;opacity:0.8;">80%</p>

Text with #01493C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01493C;}

<p style="text-shadow: 3px 3px 1px #01493C">Text here.</p>

This text has shadow with #01493C color.

.textShadow {text-shadow: 3px 3px 1px #01493C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01493C, 5px 5px 20px red">Text here.</p>

This text has shadow with #01493C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01493C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01493C, Direction=45, Strength=4)">Text</p>

This text has shadow with #01493C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01493C;
  -webkit-box-shadow:	1px 1px 3px 2px #01493C;
  box-shadow:		1px 1px 3px 2px #01493C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01493C;
-webkit-box-shadow: 1px 1px 3px 2px #01493C;
box-shadow:1px 1px 3px 2px #01493C;">
Div content here</div>
This div box has shadow with color #01493C.

Preview

Color preview on black background

This text has color #01493C on black background.


Color preview on white background

This text has color #01493C on white background.



Black color preview on #01493C background

This text has black color on #01493C background.


White color preview on #01493C background

This text has white color on #01493C background.