Html Css Color HEX #194372 Dark Cerulean

📋 copy color: '#194372'

red 25 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #194372

Tints of Dark Cerulean #194372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 12.14%
G = 32.52%
B = 55.34%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194372 (or 0x194372) is known color: Dark Cerulean. HEX triplet: 19, 43 and 72. RGB value is (25,67,114). Sum of RGB (Red+Green+Blue) = 25+67+114=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #194372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194372 is #E6BC8D. Grayscale: #3B3B3B. Windows color (decimal): -15121550 or 7488281. OLE color: 7488281.

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

Color convert

RGB 25 67 114 -
CMYK 0.78 0.41 0 0.55
HSL 211.69º 0.64% 0.27% -
HSV(B) 211.69º 0.78% 0.45% -
XYZ 5.45 5.44 16.68 -
YUV 59.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 25 67 114 0.78 0.41 0 0.55 211.69 0.64 0.27
Hex 19 43 72 4E 29 0 37 D4 40 1B
Octal 31 103 162 116 51 0 67 324 100 33
Binary 11001 1000011 1110010 1001110 101001 0 110111 11010100 1000000 11011

Color Harmonies of #194372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194372

Black with #194372

Text Example


Text Example

White with #194372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194372; }

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

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

background-color css

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

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

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

border-color css

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

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

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