COLOR #01194D

HEX: #01194D RGB: (1,25,77)

Color info

#01194D contains mainly green and blue colors. Web safe color of #01194D is #000033 (or #003).

RGB color model

#01194D color RGB value is (1,25,77).

RGB: (1,25,77) (0%, 10%, 30%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 77 of 255 = 30%

1
25
77

R + G + B ~ 13%. #01194D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 25 + 77 = 103 (100%)
R 1 of 103 ~ 0.97%
G 25 of 103 ~ 24.27%
B 77 of 103 ~ 74.76'%

%24.27
%74.76

CMYK color model

#01194D color CMYK value is (99,68,0,70).

  • cyan value is 98.70%
  • magenta value is 67.53%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (99,68,0,70) C99M68Y0K70 (99%,68%,0%,70%) (0.99/0.68/0.00/0.70) 

CMYK percentages

%98.7
%67.53
%0
%69.8

Codes

Color #01194D in popluar color models

01 19 4D
RGB 1 25 77
HSL 221° 97.44% 15.29%
HSB/HSV 221° 98.70% 30.20%
CMYK 98.70% 67.53% 0.00%
69.80%

Color #01194D in popluar number systems.

HEX 01 19 4D
Decimal 1 25 77
Binary 1 11001 1001101
Octal 1 31 115

Shades and tints

Shades of #01194D

#01194D
(1,25,77)
#011746
(1,23,70)
#01153F
(1,21,63)
#011338
(1,19,56)
#011131
(1,17,49)
#010F2A
(1,15,42)
#010D23
(1,13,35)
#010B1C
(1,11,28)
#010915
(1,9,21)
#01070E
(1,7,14)
#010507
(1,5,7)
#000000
(0,0,0)

Tints of #01194D

#01194D
(1,25,77)
#182D5D
(24,45,93)
#2F416D
(47,65,109)
#46557D
(70,85,125)
#5D698D
(93,105,141)
#747D9D
(116,125,157)
#8B91AD
(139,145,173)
#A2A5BD
(162,165,189)
#B9B9CD
(185,185,205)
#D0CDDD
(208,205,221)
#E7E1ED
(231,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01194D color. Also use rgb(1,25,77) instead hex code.

Text Font Color

.myTextColor { color: #01194D; }

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

This text font color is #01194D.

Background Color

.myBgColor { background-color: #01194D; }

<div style="background-color:#01194D">Inner text</div>

This div background color is #01194D.

Border color

.myBorderColor { border: 1px solid #01194D; }

<div style="border:3px solid #01194D">Div</div>

This div border color is #01194D.

Opacity

.myOpacity80 { color: #01194D; opacity: 0.8; }

<p style="color:#01194D;opacity:0.8;">80%</p>

Text with #01194D 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 #01194D;}

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

This text has shadow with #01194D color.


.textShadow {text-shadow: 3px 3px 1px #01194D', 3px 3px 1px red;}

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

This text has shadow with #01194D primary color and red secondary color.


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

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

This text has shadow with #01194D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01194D; -webkit-box-shadow: 1px 1px 3px 2px #01194D; box-shadow:1px 1px 3px 2px #01194D;">
Div content here
</div>

This div box has shadow with color #01194D.

Preview

Color preview on black background

This text has color #01194D on black background.


Color preview on white background

This text has color #01194D on white background.


Black color preview on #01194D background

This text has black color on #01194D background.


White color preview on #01194D background

This text has white color on #01194D background.


Related colors

Complementary color

Complementary color for #hex is #FEE6B2.


I love getcolorcode.com

Triadic colors

1 #4D0119 and #194D01 with #01194D are triadic colors.

2 #4D1901 and #19014D with #01194D are triadic colors.