Shades of Dark Cerulean #19447C
Tints of Dark Cerulean #19447C
RGB
CMYK
RGB Variations
Color information
#19447C (or 0x19447C) is known color: Dark Cerulean. HEX triplet: 19, 44 and 7C. RGB value is (25,68,124). Sum of RGB (Red+Green+Blue) = 25+68+124=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #19447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19447C is #E6BB83. Grayscale: #3D3D3D. Windows color (decimal): -15121284 or 8143897. OLE color: 8143897.
HSL color Cylindrical-coordinate representation of color #19447C: hue angle of 213.94º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19447C is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 68 | 124 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.51 |
| HSL | 213.94º | 0.66% | 0.29% | - |
| HSV(B) | 213.94º | 0.8% | 0.49% | - |
| XYZ | 6.11 | 5.8 | 19.87 | - |
| YUV | 61.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 124 | 0.80 | 0.45 | 0 | 0.51 | 213.94 | 0.66 | 0.29 |
| Hex | 19 | 44 | 7C | 50 | 2D | 0 | 33 | D6 | 42 | 1D |
| Octal | 31 | 104 | 174 | 120 | 55 | 0 | 63 | 326 | 102 | 35 |
| Binary | 11001 | 1000100 | 1111100 | 1010000 | 101101 | 0 | 110011 | 11010110 | 1000010 | 11101 |
Color Harmonies of #19447C
Complementary color
Monochromatic Colors of #19447C
Black with #19447C
Text Example
Text Example
White with #19447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19447C; }
p { color: rgb(25,68,124); }
H1.HeaderClassName
{
color: #19447C;
}
.AnyTagClassName
{
color: #19447C;
}
</style>
background-color css
<style>
a { background-color: #19447C; }
a { background-color: rgb(25,68,124); }
div.DivClassName
{
background-color: #19447C;
}
.BgClassName
{
background-color: #19447C;
}
</style>
border-color css
<style>
span { border-color: #19447C; }
span { border-color: rgb(25,68,124); }
td.TdClassName
{
border-color: #19447C;
}
.TagClassName
{
border-color: #19447C;
}
</style>