Shades of Dark Cerulean #014471
Tints of Dark Cerulean #014471
RGB
CMYK
RGB Variations
Color information
#014471 (or 0x014471) is known color: Dark Cerulean. HEX triplet: 01, 44 and 71. RGB value is (1,68,113). Sum of RGB (Red+Green+Blue) = 1+68+113=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #014471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014471 is #FEBB8E. Grayscale: #343434. Windows color (decimal): -16694159 or 7422977. OLE color: 7422977.
HSL color Cylindrical-coordinate representation of color #014471: hue angle of 204.11º 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 #014471 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 68 | 113 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.56 |
| HSL | 204.11º | 0.98% | 0.22% | - |
| HSV(B) | 204.11º | 0.99% | 0.44% | - |
| XYZ | 5.06 | 5.33 | 16.39 | - |
| YUV | 53.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 113 | 0.99 | 0.40 | 0 | 0.56 | 204.11 | 0.98 | 0.22 |
| Hex | 1 | 44 | 71 | 63 | 28 | 0 | 38 | CC | 62 | 16 |
| Octal | 1 | 104 | 161 | 143 | 50 | 0 | 70 | 314 | 142 | 26 |
| Binary | 1 | 1000100 | 1110001 | 1100011 | 101000 | 0 | 111000 | 11001100 | 1100010 | 10110 |
Color Harmonies of #014471
Complementary color
Monochromatic Colors of #014471
Black with #014471
Text Example
Text Example
White with #014471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014471; }
p { color: rgb(1,68,113); }
H1.HeaderClassName
{
color: #014471;
}
.AnyTagClassName
{
color: #014471;
}
</style>
background-color css
<style>
a { background-color: #014471; }
a { background-color: rgb(1,68,113); }
div.DivClassName
{
background-color: #014471;
}
.BgClassName
{
background-color: #014471;
}
</style>
border-color css
<style>
span { border-color: #014471; }
span { border-color: rgb(1,68,113); }
td.TdClassName
{
border-color: #014471;
}
.TagClassName
{
border-color: #014471;
}
</style>