Shades of Dark Cerulean #014771
Tints of Dark Cerulean #014771
RGB
CMYK
RGB Variations
Color information
#014771 (or 0x014771) is known color: Dark Cerulean. HEX triplet: 01, 47 and 71. RGB value is (1,71,113). Sum of RGB (Red+Green+Blue) = 1+71+113=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #014771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014771 is #FEB88E. Grayscale: #363636. Windows color (decimal): -16693391 or 7423745. OLE color: 7423745.
HSL color Cylindrical-coordinate representation of color #014771: hue angle of 202.5º 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 #014771 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 71 | 113 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.56 |
| HSL | 202.5º | 0.98% | 0.22% | - |
| HSV(B) | 202.5º | 0.99% | 0.44% | - |
| XYZ | 5.25 | 5.71 | 16.45 | - |
| YUV | 54.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 113 | 0.99 | 0.37 | 0 | 0.56 | 202.5 | 0.98 | 0.22 |
| Hex | 1 | 47 | 71 | 63 | 25 | 0 | 38 | CA | 62 | 16 |
| Octal | 1 | 107 | 161 | 143 | 45 | 0 | 70 | 312 | 142 | 26 |
| Binary | 1 | 1000111 | 1110001 | 1100011 | 100101 | 0 | 111000 | 11001010 | 1100010 | 10110 |
Color Harmonies of #014771
Complementary color
Monochromatic Colors of #014771
Black with #014771
Text Example
Text Example
White with #014771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014771; }
p { color: rgb(1,71,113); }
H1.HeaderClassName
{
color: #014771;
}
.AnyTagClassName
{
color: #014771;
}
</style>
background-color css
<style>
a { background-color: #014771; }
a { background-color: rgb(1,71,113); }
div.DivClassName
{
background-color: #014771;
}
.BgClassName
{
background-color: #014771;
}
</style>
border-color css
<style>
span { border-color: #014771; }
span { border-color: rgb(1,71,113); }
td.TdClassName
{
border-color: #014771;
}
.TagClassName
{
border-color: #014771;
}
</style>