Shades of Dark Cerulean #014970
Tints of Dark Cerulean #014970
RGB
CMYK
RGB Variations
Color information
#014970 (or 0x014970) is known color: Dark Cerulean. HEX triplet: 01, 49 and 70. RGB value is (1,73,112). Sum of RGB (Red+Green+Blue) = 1+73+112=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #014970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014970 is #FEB68F. Grayscale: #373737. Windows color (decimal): -16692880 or 7358721. OLE color: 7358721.
HSL color Cylindrical-coordinate representation of color #014970: hue angle of 201.08º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014970 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 73 | 112 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.56 |
| HSL | 201.08º | 0.98% | 0.22% | - |
| HSV(B) | 201.08º | 0.99% | 0.44% | - |
| XYZ | 5.32 | 5.94 | 16.2 | - |
| YUV | 55.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 112 | 0.99 | 0.35 | 0 | 0.56 | 201.08 | 0.98 | 0.22 |
| Hex | 1 | 49 | 70 | 63 | 23 | 0 | 38 | C9 | 62 | 16 |
| Octal | 1 | 111 | 160 | 143 | 43 | 0 | 70 | 311 | 142 | 26 |
| Binary | 1 | 1001001 | 1110000 | 1100011 | 100011 | 0 | 111000 | 11001001 | 1100010 | 10110 |
Color Harmonies of #014970
Complementary color
Monochromatic Colors of #014970
Black with #014970
Text Example
Text Example
White with #014970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014970; }
p { color: rgb(1,73,112); }
H1.HeaderClassName
{
color: #014970;
}
.AnyTagClassName
{
color: #014970;
}
</style>
background-color css
<style>
a { background-color: #014970; }
a { background-color: rgb(1,73,112); }
div.DivClassName
{
background-color: #014970;
}
.BgClassName
{
background-color: #014970;
}
</style>
border-color css
<style>
span { border-color: #014970; }
span { border-color: rgb(1,73,112); }
td.TdClassName
{
border-color: #014970;
}
.TagClassName
{
border-color: #014970;
}
</style>