#194472

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

Shades of Dark Cerulean #194472

Tints of Dark Cerulean #194472

Color information

#194472 (or 0x194472) is unknown color: approx Dark Cerulean. HEX triplet: 19, 44 and 72. RGB value is (25,68,114). Sum of RGB (Red+Green+Blue) = 25+68+114=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #194472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194472 is #E6BB8D. Grayscale: #3C3C3C. Windows color (decimal): -15121294 or 7488537. OLE color: 7488537.

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

Color convert

RGB2568114-
CMYK0.780.4000.55
HSL211.01º64.03%27.25%-
HSV(B)211.01º78.07%44.71%-
XYZ5.515.5616.7-
YUV60.39158.25102.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=12.08%
G=32.85%
B=55.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25681140.780.4000.55211.0164.0327.25
Hex1944724E28037d3401b
Octal311041621165006732310033
Binary11001100010011100101001110101000011011111010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194472; }

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

 H1.HeaderClassName
 {
   color: #194472;
 }
 .AnyTagClassName
 {
   color: #194472;
 }
</style>
background-color css

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

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

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

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

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

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