Shades of Dark Cerulean #19418D
Tints of Dark Cerulean #19418D
RGB
CMYK
RGB Variations
Color information
#19418D (or 0x19418D) is known color: Dark Cerulean. HEX triplet: 19, 41 and 8D. RGB value is (25,65,141). Sum of RGB (Red+Green+Blue) = 25+65+141=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #19418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19418D is #E6BE72. Grayscale: #3D3D3D. Windows color (decimal): -15122035 or 9257241. OLE color: 9257241.
HSL color Cylindrical-coordinate representation of color #19418D: hue angle of 219.31º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19418D is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 65 | 141 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.45 |
| HSL | 219.31º | 0.7% | 0.33% | - |
| HSV(B) | 219.31º | 0.82% | 0.55% | - |
| XYZ | 7.1 | 5.91 | 25.97 | - |
| YUV | 61.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 141 | 0.82 | 0.54 | 0 | 0.45 | 219.31 | 0.7 | 0.33 |
| Hex | 19 | 41 | 8D | 52 | 36 | 0 | 2D | DB | 46 | 21 |
| Octal | 31 | 101 | 215 | 122 | 66 | 0 | 55 | 333 | 106 | 41 |
| Binary | 11001 | 1000001 | 10001101 | 1010010 | 110110 | 0 | 101101 | 11011011 | 1000110 | 100001 |
Color Harmonies of #19418D
Complementary color
Monochromatic Colors of #19418D
Black with #19418D
Text Example
Text Example
White with #19418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19418D; }
p { color: rgb(25,65,141); }
H1.HeaderClassName
{
color: #19418D;
}
.AnyTagClassName
{
color: #19418D;
}
</style>
background-color css
<style>
a { background-color: #19418D; }
a { background-color: rgb(25,65,141); }
div.DivClassName
{
background-color: #19418D;
}
.BgClassName
{
background-color: #19418D;
}
</style>
border-color css
<style>
span { border-color: #19418D; }
span { border-color: rgb(25,65,141); }
td.TdClassName
{
border-color: #19418D;
}
.TagClassName
{
border-color: #19418D;
}
</style>