Html Css Color HEX #194872 Dark Cerulean

📋 copy color: '#194872'

red 25 ◦ green 72 ◦ blue 114

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

Shades of Dark Cerulean #194872

Tints of Dark Cerulean #194872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 11.85%
G = 34.12%
B = 54.03%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194872 (or 0x194872) is known color: Dark Cerulean. HEX triplet: 19, 48 and 72. RGB value is (25,72,114). Sum of RGB (Red+Green+Blue) = 25+72+114=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #194872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194872 is #E6B78D. Grayscale: #3E3E3E. Windows color (decimal): -15120270 or 7489561. OLE color: 7489561.

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

Color convert

RGB 25 72 114 -
CMYK 0.78 0.37 0 0.55
HSL 208.31º 0.64% 0.27% -
HSV(B) 208.31º 0.78% 0.45% -
XYZ 5.76 6.06 16.79 -
YUV 62.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 25 72 114 0.78 0.37 0 0.55 208.31 0.64 0.27
Hex 19 48 72 4E 25 0 37 D0 40 1B
Octal 31 110 162 116 45 0 67 320 100 33
Binary 11001 1001000 1110010 1001110 100101 0 110111 11010000 1000000 11011

Color Harmonies of #194872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194872

Black with #194872

Text Example


Text Example

White with #194872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194872; }

 p { color: rgb(25,72,114); }

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

background-color css

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

 a { background-color: rgb(25,72,114); }

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

border-color css

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

 span { border-color: rgb(25,72,114); }

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