Html Css Color HEX #194477 Dark Cerulean

📋 copy color: '#194477'

red 25 ◦ green 68 ◦ blue 119

#194477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #194477

Tints of Dark Cerulean #194477

RGB

 RED value IS 25 (10.16% from 255) = 11.79%

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 11.79%
G = 32.08%
B = 56.13%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#194477 (or 0x194477) is known color: Dark Cerulean. HEX triplet: 19, 44 and 77. RGB value is (25,68,119). Sum of RGB (Red+Green+Blue) = 25+68+119=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #194477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194477 is #E6BB88. Grayscale: #3C3C3C. Windows color (decimal): -15121289 or 7816217. OLE color: 7816217.

HSL color Cylindrical-coordinate representation of color #194477: hue angle of 212.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194477 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 68 119 -
CMYK 0.79 0.43 0 0.53
HSL 212.55º 0.65% 0.28% -
HSV(B) 212.55º 0.79% 0.47% -
XYZ 5.8 5.67 18.24 -
YUV 60.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 25 68 119 0.79 0.43 0 0.53 212.55 0.65 0.28
Hex 19 44 77 4F 2B 0 35 D5 41 1C
Octal 31 104 167 117 53 0 65 325 101 34
Binary 11001 1000100 1110111 1001111 101011 0 110101 11010101 1000001 11100

Color Harmonies of #194477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194477

Black with #194477

Text Example


Text Example

White with #194477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194477; }

 p { color: rgb(25,68,119); }

 H1.HeaderClassName
 {
   color: #194477;
 }
 .AnyTagClassName
 {
   color: #194477;
 }
</style>

background-color css

<style>
 a { background-color: #194477; }

 a { background-color: rgb(25,68,119); }

 div.DivClassName
 {
   background-color: #194477;
 }
 .BgClassName
 {
   background-color: #194477;
 }
</style>

border-color css

<style>
 span { border-color: #194477; }

 span { border-color: rgb(25,68,119); }

 td.TdClassName
 {
   border-color: #194477;
 }
 .TagClassName
 {
   border-color: #194477;
 }
</style>