Shades of Dark Cerulean #19467F
Tints of Dark Cerulean #19467F
RGB
CMYK
RGB Variations
Color information
#19467F (or 0x19467F) is known color: Dark Cerulean. HEX triplet: 19, 46 and 7F. RGB value is (25,70,127). Sum of RGB (Red+Green+Blue) = 25+70+127=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #19467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19467F is #E6B980. Grayscale: #3E3E3E. Windows color (decimal): -15120769 or 8341017. OLE color: 8341017.
HSL color Cylindrical-coordinate representation of color #19467F: hue angle of 213.53º 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 #19467F is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 70 | 127 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.50 |
| HSL | 213.53º | 0.67% | 0.3% | - |
| HSV(B) | 213.53º | 0.8% | 0.5% | - |
| XYZ | 6.42 | 6.12 | 20.92 | - |
| YUV | 63.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 127 | 0.80 | 0.45 | 0 | 0.50 | 213.53 | 0.67 | 0.3 |
| Hex | 19 | 46 | 7F | 50 | 2D | 0 | 32 | D6 | 43 | 1E |
| Octal | 31 | 106 | 177 | 120 | 55 | 0 | 62 | 326 | 103 | 36 |
| Binary | 11001 | 1000110 | 1111111 | 1010000 | 101101 | 0 | 110010 | 11010110 | 1000011 | 11110 |
Color Harmonies of #19467F
Complementary color
Monochromatic Colors of #19467F
Black with #19467F
Text Example
Text Example
White with #19467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19467F; }
p { color: rgb(25,70,127); }
H1.HeaderClassName
{
color: #19467F;
}
.AnyTagClassName
{
color: #19467F;
}
</style>
background-color css
<style>
a { background-color: #19467F; }
a { background-color: rgb(25,70,127); }
div.DivClassName
{
background-color: #19467F;
}
.BgClassName
{
background-color: #19467F;
}
</style>
border-color css
<style>
span { border-color: #19467F; }
span { border-color: rgb(25,70,127); }
td.TdClassName
{
border-color: #19467F;
}
.TagClassName
{
border-color: #19467F;
}
</style>