Shades of Dark Cerulean #19407F
Tints of Dark Cerulean #19407F
RGB
CMYK
RGB Variations
Color information
#19407F (or 0x19407F) is known color: Dark Cerulean. HEX triplet: 19, 40 and 7F. RGB value is (25,64,127). Sum of RGB (Red+Green+Blue) = 25+64+127=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #19407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19407F is #E6BF80. Grayscale: #3B3B3B. Windows color (decimal): -15122305 or 8339481. OLE color: 8339481.
HSL color Cylindrical-coordinate representation of color #19407F: hue angle of 217.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19407F is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 64 | 127 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.50 |
| HSL | 217.06º | 0.67% | 0.3% | - |
| HSV(B) | 217.06º | 0.8% | 0.5% | - |
| XYZ | 6.07 | 5.41 | 20.8 | - |
| YUV | 59.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 127 | 0.80 | 0.50 | 0 | 0.50 | 217.06 | 0.67 | 0.3 |
| Hex | 19 | 40 | 7F | 50 | 32 | 0 | 32 | D9 | 43 | 1E |
| Octal | 31 | 100 | 177 | 120 | 62 | 0 | 62 | 331 | 103 | 36 |
| Binary | 11001 | 1000000 | 1111111 | 1010000 | 110010 | 0 | 110010 | 11011001 | 1000011 | 11110 |
Color Harmonies of #19407F
Complementary color
Monochromatic Colors of #19407F
Black with #19407F
Text Example
Text Example
White with #19407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19407F; }
p { color: rgb(25,64,127); }
H1.HeaderClassName
{
color: #19407F;
}
.AnyTagClassName
{
color: #19407F;
}
</style>
background-color css
<style>
a { background-color: #19407F; }
a { background-color: rgb(25,64,127); }
div.DivClassName
{
background-color: #19407F;
}
.BgClassName
{
background-color: #19407F;
}
</style>
border-color css
<style>
span { border-color: #19407F; }
span { border-color: rgb(25,64,127); }
td.TdClassName
{
border-color: #19407F;
}
.TagClassName
{
border-color: #19407F;
}
</style>