Html Css Color HEX #194072 Dark Cerulean

📋 copy color: '#194072'

red 25 ◦ green 64 ◦ blue 114

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

Shades of Dark Cerulean #194072

Tints of Dark Cerulean #194072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 12.32%
G = 31.53%
B = 56.16%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194072 (or 0x194072) is known color: Dark Cerulean. HEX triplet: 19, 40 and 72. RGB value is (25,64,114). Sum of RGB (Red+Green+Blue) = 25+64+114=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #194072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194072 is #E6BF8D. Grayscale: #393939. Windows color (decimal): -15122318 or 7487513. OLE color: 7487513.

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

Color convert

RGB 25 64 114 -
CMYK 0.78 0.44 0 0.55
HSL 213.71º 0.64% 0.27% -
HSV(B) 213.71º 0.78% 0.45% -
XYZ 5.27 5.09 16.62 -
YUV 58.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 25 64 114 0.78 0.44 0 0.55 213.71 0.64 0.27
Hex 19 40 72 4E 2C 0 37 D6 40 1B
Octal 31 100 162 116 54 0 67 326 100 33
Binary 11001 1000000 1110010 1001110 101100 0 110111 11010110 1000000 11011

Color Harmonies of #194072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194072

Black with #194072

Text Example


Text Example

White with #194072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194072; }

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

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

background-color css

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

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

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

border-color css

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

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

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