Html Css Color HEX #194471 Dark Cerulean

📋 copy color: '#194471'

red 25 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #194471

Tints of Dark Cerulean #194471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 12.14%
G = 33.01%
B = 54.85%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194471 (or 0x194471) is known color: Dark Cerulean. HEX triplet: 19, 44 and 71. RGB value is (25,68,113). Sum of RGB (Red+Green+Blue) = 25+68+113=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #194471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194471 is #E6BB8E. Grayscale: #3C3C3C. Windows color (decimal): -15121295 or 7423001. OLE color: 7423001.

HSL color Cylindrical-coordinate representation of color #194471: hue angle of 210.68º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194471 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 68 113 -
CMYK 0.78 0.40 0 0.56
HSL 210.68º 0.64% 0.27% -
HSV(B) 210.68º 0.78% 0.44% -
XYZ 5.45 5.53 16.4 -
YUV 60.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 25 68 113 0.78 0.40 0 0.56 210.68 0.64 0.27
Hex 19 44 71 4E 28 0 38 D3 40 1B
Octal 31 104 161 116 50 0 70 323 100 33
Binary 11001 1000100 1110001 1001110 101000 0 111000 11010011 1000000 11011

Color Harmonies of #194471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194471

Black with #194471

Text Example


Text Example

White with #194471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194471; }

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

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

background-color css

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

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

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

border-color css

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

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

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