#194476

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

Shades of Dark Cerulean #194476

Tints of Dark Cerulean #194476

Color information

#194476 (or 0x194476) is unknown color: approx Dark Cerulean. HEX triplet: 19, 44 and 76. RGB value is (25,68,118). Sum of RGB (Red+Green+Blue) = 25+68+118=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #194476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194476 is #E6BB89. Grayscale: #3C3C3C. Windows color (decimal): -15121290 or 7750681. OLE color: 7750681.

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

Color convert

RGB2568118-
CMYK0.790.4200.54
HSL212.26º65.03%28.04%-
HSV(B)212.26º78.81%46.27%-
XYZ5.745.6517.93-
YUV60.84160.25102.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=11.85%
G=32.23%
B=55.92%

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
Decimal25681180.790.4200.54212.2665.0328.04
Hex1944764F2A036d4411c
Octal311041661175206632410134
Binary11001100010011101101001111101010011011011010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194476; }

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

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

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

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

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

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

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

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