Shades of Dark Cerulean #014772
Tints of Dark Cerulean #014772
RGB
CMYK
RGB Variations
Color information
#014772 (or 0x014772) is known color: Dark Cerulean. HEX triplet: 01, 47 and 72. RGB value is (1,71,114). Sum of RGB (Red+Green+Blue) = 1+71+114=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #014772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014772 is #FEB88D. Grayscale: #363636. Windows color (decimal): -16693390 or 7489281. OLE color: 7489281.
HSL color Cylindrical-coordinate representation of color #014772: hue angle of 202.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014772 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 71 | 114 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.55 |
| HSL | 202.83º | 0.98% | 0.23% | - |
| HSV(B) | 202.83º | 0.99% | 0.45% | - |
| XYZ | 5.3 | 5.73 | 16.75 | - |
| YUV | 54.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 114 | 0.99 | 0.38 | 0 | 0.55 | 202.83 | 0.98 | 0.23 |
| Hex | 1 | 47 | 72 | 63 | 26 | 0 | 37 | CB | 62 | 17 |
| Octal | 1 | 107 | 162 | 143 | 46 | 0 | 67 | 313 | 142 | 27 |
| Binary | 1 | 1000111 | 1110010 | 1100011 | 100110 | 0 | 110111 | 11001011 | 1100010 | 10111 |
Color Harmonies of #014772
Complementary color
Monochromatic Colors of #014772
Black with #014772
Text Example
Text Example
White with #014772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014772; }
p { color: rgb(1,71,114); }
H1.HeaderClassName
{
color: #014772;
}
.AnyTagClassName
{
color: #014772;
}
</style>
background-color css
<style>
a { background-color: #014772; }
a { background-color: rgb(1,71,114); }
div.DivClassName
{
background-color: #014772;
}
.BgClassName
{
background-color: #014772;
}
</style>
border-color css
<style>
span { border-color: #014772; }
span { border-color: rgb(1,71,114); }
td.TdClassName
{
border-color: #014772;
}
.TagClassName
{
border-color: #014772;
}
</style>