Shades of Dark Cerulean #19498B
Tints of Dark Cerulean #19498B
RGB
CMYK
RGB Variations
Color information
#19498B (or 0x19498B) is known color: Dark Cerulean. HEX triplet: 19, 49 and 8B. RGB value is (25,73,139). Sum of RGB (Red+Green+Blue) = 25+73+139=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #19498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19498B is #E6B674. Grayscale: #414141. Windows color (decimal): -15119989 or 9128217. OLE color: 9128217.
HSL color Cylindrical-coordinate representation of color #19498B: hue angle of 214.74º 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 #19498B is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 73 | 139 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.45 |
| HSL | 214.74º | 0.7% | 0.32% | - |
| HSV(B) | 214.74º | 0.82% | 0.55% | - |
| XYZ | 7.44 | 6.84 | 25.35 | - |
| YUV | 66.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 139 | 0.82 | 0.47 | 0 | 0.45 | 214.74 | 0.7 | 0.32 |
| Hex | 19 | 49 | 8B | 52 | 2F | 0 | 2D | D7 | 46 | 20 |
| Octal | 31 | 111 | 213 | 122 | 57 | 0 | 55 | 327 | 106 | 40 |
| Binary | 11001 | 1001001 | 10001011 | 1010010 | 101111 | 0 | 101101 | 11010111 | 1000110 | 100000 |
Color Harmonies of #19498B
Complementary color
Monochromatic Colors of #19498B
Black with #19498B
Text Example
Text Example
White with #19498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19498B; }
p { color: rgb(25,73,139); }
H1.HeaderClassName
{
color: #19498B;
}
.AnyTagClassName
{
color: #19498B;
}
</style>
background-color css
<style>
a { background-color: #19498B; }
a { background-color: rgb(25,73,139); }
div.DivClassName
{
background-color: #19498B;
}
.BgClassName
{
background-color: #19498B;
}
</style>
border-color css
<style>
span { border-color: #19498B; }
span { border-color: rgb(25,73,139); }
td.TdClassName
{
border-color: #19498B;
}
.TagClassName
{
border-color: #19498B;
}
</style>