Shades of Dark Cerulean #01476E
Tints of Dark Cerulean #01476E
RGB
CMYK
RGB Variations
Color information
#01476E (or 0x01476E) is known color: Dark Cerulean. HEX triplet: 01, 47 and 6E. RGB value is (1,71,110). Sum of RGB (Red+Green+Blue) = 1+71+110=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #01476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01476E is #FEB891. Grayscale: #363636. Windows color (decimal): -16693394 or 7227137. OLE color: 7227137.
HSL color Cylindrical-coordinate representation of color #01476E: hue angle of 201.47º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01476E is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 71 | 110 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.57 |
| HSL | 201.47º | 0.98% | 0.22% | - |
| HSV(B) | 201.47º | 0.99% | 0.43% | - |
| XYZ | 5.08 | 5.64 | 15.57 | - |
| YUV | 54.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 110 | 0.99 | 0.35 | 0 | 0.57 | 201.47 | 0.98 | 0.22 |
| Hex | 1 | 47 | 6E | 63 | 23 | 0 | 39 | C9 | 62 | 16 |
| Octal | 1 | 107 | 156 | 143 | 43 | 0 | 71 | 311 | 142 | 26 |
| Binary | 1 | 1000111 | 1101110 | 1100011 | 100011 | 0 | 111001 | 11001001 | 1100010 | 10110 |
Color Harmonies of #01476E
Complementary color
Monochromatic Colors of #01476E
Black with #01476E
Text Example
Text Example
White with #01476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01476E; }
p { color: rgb(1,71,110); }
H1.HeaderClassName
{
color: #01476E;
}
.AnyTagClassName
{
color: #01476E;
}
</style>
background-color css
<style>
a { background-color: #01476E; }
a { background-color: rgb(1,71,110); }
div.DivClassName
{
background-color: #01476E;
}
.BgClassName
{
background-color: #01476E;
}
</style>
border-color css
<style>
span { border-color: #01476E; }
span { border-color: rgb(1,71,110); }
td.TdClassName
{
border-color: #01476E;
}
.TagClassName
{
border-color: #01476E;
}
</style>