Html Css Color HEX #194772 Dark Cerulean

📋 copy color: '#194772'

red 25 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #194772

Tints of Dark Cerulean #194772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

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

R = 11.9%
G = 33.81%
B = 54.29%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194772 (or 0x194772) is known color: Dark Cerulean. HEX triplet: 19, 47 and 72. RGB value is (25,71,114). Sum of RGB (Red+Green+Blue) = 25+71+114=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #194772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194772 is #E6B88D. Grayscale: #3D3D3D. Windows color (decimal): -15120526 or 7489305. OLE color: 7489305.

HSL color Cylindrical-coordinate representation of color #194772: hue angle of 208.99º 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 #194772 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 71 114 -
CMYK 0.78 0.38 0 0.55
HSL 208.99º 0.64% 0.27% -
HSV(B) 208.99º 0.78% 0.45% -
XYZ 5.69 5.93 16.76 -
YUV 62.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 25 71 114 0.78 0.38 0 0.55 208.99 0.64 0.27
Hex 19 47 72 4E 26 0 37 D1 40 1B
Octal 31 107 162 116 46 0 67 321 100 33
Binary 11001 1000111 1110010 1001110 100110 0 110111 11010001 1000000 11011

Color Harmonies of #194772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194772

Black with #194772

Text Example


Text Example

White with #194772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194772; }

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

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

background-color css

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

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

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

border-color css

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

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

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