Shades of Dark Cerulean #19468C
Tints of Dark Cerulean #19468C
RGB
CMYK
RGB Variations
Color information
#19468C (or 0x19468C) is known color: Dark Cerulean. HEX triplet: 19, 46 and 8C. RGB value is (25,70,140). Sum of RGB (Red+Green+Blue) = 25+70+140=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #19468C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19468C is #E6B973. Grayscale: #404040. Windows color (decimal): -15120756 or 9192985. OLE color: 9192985.
HSL color Cylindrical-coordinate representation of color #19468C: hue angle of 216.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19468C is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 70 | 140 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.45 |
| HSL | 216.52º | 0.7% | 0.32% | - |
| HSV(B) | 216.52º | 0.82% | 0.55% | - |
| XYZ | 7.32 | 6.48 | 25.68 | - |
| YUV | 64.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 140 | 0.82 | 0.50 | 0 | 0.45 | 216.52 | 0.7 | 0.32 |
| Hex | 19 | 46 | 8C | 52 | 32 | 0 | 2D | D9 | 46 | 20 |
| Octal | 31 | 106 | 214 | 122 | 62 | 0 | 55 | 331 | 106 | 40 |
| Binary | 11001 | 1000110 | 10001100 | 1010010 | 110010 | 0 | 101101 | 11011001 | 1000110 | 100000 |
Color Harmonies of #19468C
Complementary color
Monochromatic Colors of #19468C
Black with #19468C
Text Example
Text Example
White with #19468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19468C; }
p { color: rgb(25,70,140); }
H1.HeaderClassName
{
color: #19468C;
}
.AnyTagClassName
{
color: #19468C;
}
</style>
background-color css
<style>
a { background-color: #19468C; }
a { background-color: rgb(25,70,140); }
div.DivClassName
{
background-color: #19468C;
}
.BgClassName
{
background-color: #19468C;
}
</style>
border-color css
<style>
span { border-color: #19468C; }
span { border-color: rgb(25,70,140); }
td.TdClassName
{
border-color: #19468C;
}
.TagClassName
{
border-color: #19468C;
}
</style>