#19406E

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

Shades of Dark Cerulean #19406E

Tints of Dark Cerulean #19406E

Color information

#19406E (or 0x19406E) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 6E. RGB value is (25,64,110). Sum of RGB (Red+Green+Blue) = 25+64+110=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #19406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19406E is #E6BF91. Grayscale: #393939. Windows color (decimal): -15122322 or 7225369. OLE color: 7225369.

HSL color Cylindrical-coordinate representation of color #19406E: hue angle of 212.47º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19406E is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2564110-
CMYK0.770.4200.57
HSL212.47º62.96%26.47%-
HSV(B)212.47º77.27%43.14%-
XYZ5.05515.45-
YUV57.58157.58104.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=12.56%
G=32.16%
B=55.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25641100.770.4200.57212.4762.9626.47
Hex19406E4D2A039d43f1a
Octal31100156115520713247732
Binary1100110000001101110100110110101001110011101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19406E; }

 p { color: rgb(25,64,110); }

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

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

 a { background-color: rgb(25,64,110); }

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

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

 span { border-color: rgb(25,64,110); }

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