#194072

Color #194072 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #194072

Tints of Dark Cerulean #194072

Color information

#194072 (or 0x194072) is unknown color: approx 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

RGB2564114-
CMYK0.780.4400.55
HSL213.71º64.03%27.25%-
HSV(B)213.71º78.07%44.71%-
XYZ5.275.0916.62-
YUV58.04159.58104.43-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25641140.780.4400.55213.7164.0327.25
Hex1940724E2C037d6401b
Octal311001621165406732610033
Binary11001100000011100101001110101100011011111010110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>