#194276

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

Shades of Dark Cerulean #194276

Tints of Dark Cerulean #194276

Color information

#194276 (or 0x194276) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 76. RGB value is (25,66,118). Sum of RGB (Red+Green+Blue) = 25+66+118=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #194276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194276 is #E6BD89. Grayscale: #3B3B3B. Windows color (decimal): -15121802 or 7750169. OLE color: 7750169.

HSL color Cylindrical-coordinate representation of color #194276: hue angle of 213.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194276 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2566118-
CMYK0.790.4400.54
HSL213.55º65.03%28.04%-
HSV(B)213.55º78.81%46.27%-
XYZ5.625.4117.89-
YUV59.67160.92103.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=11.96%
G=31.58%
B=56.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25661180.790.4400.54213.5565.0328.04
Hex1942764F2C036d6411c
Octal311021661175406632610134
Binary11001100001011101101001111101100011011011010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194276; }

 p { color: rgb(25,66,118); }

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

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

 a { background-color: rgb(25,66,118); }

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

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

 span { border-color: rgb(25,66,118); }

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