Shades of Dark Cerulean #19466E
Tints of Dark Cerulean #19466E
RGB
CMYK
RGB Variations
Color information
#19466E (or 0x19466E) is known color: Dark Cerulean. HEX triplet: 19, 46 and 6E. RGB value is (25,70,110). Sum of RGB (Red+Green+Blue) = 25+70+110=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #19466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19466E is #E6B991. Grayscale: #3C3C3C. Windows color (decimal): -15120786 or 7226905. OLE color: 7226905.
HSL color Cylindrical-coordinate representation of color #19466E: hue angle of 208.24º 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 #19466E is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 70 | 110 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.57 |
| HSL | 208.24º | 0.63% | 0.26% | - |
| HSV(B) | 208.24º | 0.77% | 0.43% | - |
| XYZ | 5.41 | 5.71 | 15.57 | - |
| YUV | 61.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 110 | 0.77 | 0.36 | 0 | 0.57 | 208.24 | 0.63 | 0.26 |
| Hex | 19 | 46 | 6E | 4D | 24 | 0 | 39 | D0 | 3F | 1A |
| Octal | 31 | 106 | 156 | 115 | 44 | 0 | 71 | 320 | 77 | 32 |
| Binary | 11001 | 1000110 | 1101110 | 1001101 | 100100 | 0 | 111001 | 11010000 | 111111 | 11010 |
Color Harmonies of #19466E
Complementary color
Monochromatic Colors of #19466E
Black with #19466E
Text Example
Text Example
White with #19466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19466E; }
p { color: rgb(25,70,110); }
H1.HeaderClassName
{
color: #19466E;
}
.AnyTagClassName
{
color: #19466E;
}
</style>
background-color css
<style>
a { background-color: #19466E; }
a { background-color: rgb(25,70,110); }
div.DivClassName
{
background-color: #19466E;
}
.BgClassName
{
background-color: #19466E;
}
</style>
border-color css
<style>
span { border-color: #19466E; }
span { border-color: rgb(25,70,110); }
td.TdClassName
{
border-color: #19466E;
}
.TagClassName
{
border-color: #19466E;
}
</style>