#19406F

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

Shades of Dark Cerulean #19406F

Tints of Dark Cerulean #19406F

Color information

#19406F (or 0x19406F) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 6F. RGB value is (25,64,111). Sum of RGB (Red+Green+Blue) = 25+64+111=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #19406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19406F is #E6BF90. Grayscale: #393939. Windows color (decimal): -15122321 or 7290905. OLE color: 7290905.

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

Color convert

RGB2564111-
CMYK0.770.4200.56
HSL212.79º63.24%26.67%-
HSV(B)212.79º77.48%43.53%-
XYZ5.15.0215.74-
YUV57.7158.08104.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=12.5%
G=32%
B=55.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25641110.770.4200.56212.7963.2426.67
Hex19406F4D2A038d53f1b
Octal31100157115520703257733
Binary1100110000001101111100110110101001110001101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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