Html Css Color HEX #194572 Dark Cerulean

📋 copy color: '#194572'

red 25 ◦ green 69 ◦ blue 114

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

Shades of Dark Cerulean #194572

Tints of Dark Cerulean #194572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 12.02%
G = 33.17%
B = 54.81%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194572 (or 0x194572) is known color: Dark Cerulean. HEX triplet: 19, 45 and 72. RGB value is (25,69,114). Sum of RGB (Red+Green+Blue) = 25+69+114=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #194572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194572 is #E6BA8D. Grayscale: #3C3C3C. Windows color (decimal): -15121038 or 7488793. OLE color: 7488793.

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

Color convert

RGB 25 69 114 -
CMYK 0.78 0.39 0 0.55
HSL 210.34º 0.64% 0.27% -
HSV(B) 210.34º 0.78% 0.45% -
XYZ 5.57 5.68 16.72 -
YUV 60.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 25 69 114 0.78 0.39 0 0.55 210.34 0.64 0.27
Hex 19 45 72 4E 27 0 37 D2 40 1B
Octal 31 105 162 116 47 0 67 322 100 33
Binary 11001 1000101 1110010 1001110 100111 0 110111 11010010 1000000 11011

Color Harmonies of #194572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194572

Black with #194572

Text Example


Text Example

White with #194572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194572; }

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

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

background-color css

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

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

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

border-color css

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

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

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