Shades of Dark Cerulean #01476C
Tints of Dark Cerulean #01476C
RGB
CMYK
RGB Variations
Color information
#01476C (or 0x01476C) is known color: Dark Cerulean. HEX triplet: 01, 47 and 6C. RGB value is (1,71,108). Sum of RGB (Red+Green+Blue) = 1+71+108=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #01476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01476C is #FEB893. Grayscale: #363636. Windows color (decimal): -16693396 or 7096065. OLE color: 7096065.
HSL color Cylindrical-coordinate representation of color #01476C: hue angle of 200.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01476C is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 71 | 108 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.58 |
| HSL | 200.75º | 0.98% | 0.21% | - |
| HSV(B) | 200.75º | 0.99% | 0.42% | - |
| XYZ | 4.97 | 5.6 | 15.01 | - |
| YUV | 54.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 108 | 0.99 | 0.34 | 0 | 0.58 | 200.75 | 0.98 | 0.21 |
| Hex | 1 | 47 | 6C | 63 | 22 | 0 | 3A | C9 | 62 | 15 |
| Octal | 1 | 107 | 154 | 143 | 42 | 0 | 72 | 311 | 142 | 25 |
| Binary | 1 | 1000111 | 1101100 | 1100011 | 100010 | 0 | 111010 | 11001001 | 1100010 | 10101 |
Color Harmonies of #01476C
Complementary color
Monochromatic Colors of #01476C
Black with #01476C
Text Example
Text Example
White with #01476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01476C; }
p { color: rgb(1,71,108); }
H1.HeaderClassName
{
color: #01476C;
}
.AnyTagClassName
{
color: #01476C;
}
</style>
background-color css
<style>
a { background-color: #01476C; }
a { background-color: rgb(1,71,108); }
div.DivClassName
{
background-color: #01476C;
}
.BgClassName
{
background-color: #01476C;
}
</style>
border-color css
<style>
span { border-color: #01476C; }
span { border-color: rgb(1,71,108); }
td.TdClassName
{
border-color: #01476C;
}
.TagClassName
{
border-color: #01476C;
}
</style>