#194576

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

Shades of Dark Cerulean #194576

Tints of Dark Cerulean #194576

Color information

#194576 (or 0x194576) is unknown color: approx Dark Cerulean. HEX triplet: 19, 45 and 76. RGB value is (25,69,118). Sum of RGB (Red+Green+Blue) = 25+69+118=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #194576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194576 is #E6BA89. Grayscale: #3D3D3D. Windows color (decimal): -15121034 or 7750937. OLE color: 7750937.

HSL color Cylindrical-coordinate representation of color #194576: hue angle of 211.61º 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 #194576 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2569118-
CMYK0.790.4200.54
HSL211.61º65.03%28.04%-
HSV(B)211.61º78.81%46.27%-
XYZ5.85.7717.95-
YUV61.43159.92102.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=11.79%
G=32.55%
B=55.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25691180.790.4200.54211.6165.0328.04
Hex1945764F2A036d4411c
Octal311051661175206632410134
Binary11001100010111101101001111101010011011011010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194576; }

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

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

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

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

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

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

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

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