Shades of Dark Cerulean #01477B
Tints of Dark Cerulean #01477B
RGB
CMYK
RGB Variations
Color information
#01477B (or 0x01477B) is known color: Dark Cerulean. HEX triplet: 01, 47 and 7B. RGB value is (1,71,123). Sum of RGB (Red+Green+Blue) = 1+71+123=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #01477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01477B is #FEB884. Grayscale: #373737. Windows color (decimal): -16693381 or 8079105. OLE color: 8079105.
HSL color Cylindrical-coordinate representation of color #01477B: hue angle of 205.57º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01477B is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 71 | 123 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.52 |
| HSL | 205.57º | 0.98% | 0.24% | - |
| HSV(B) | 205.57º | 0.99% | 0.48% | - |
| XYZ | 5.84 | 5.94 | 19.58 | - |
| YUV | 56 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 123 | 0.99 | 0.42 | 0 | 0.52 | 205.57 | 0.98 | 0.24 |
| Hex | 1 | 47 | 7B | 63 | 2A | 0 | 34 | CE | 62 | 18 |
| Octal | 1 | 107 | 173 | 143 | 52 | 0 | 64 | 316 | 142 | 30 |
| Binary | 1 | 1000111 | 1111011 | 1100011 | 101010 | 0 | 110100 | 11001110 | 1100010 | 11000 |
Color Harmonies of #01477B
Complementary color
Monochromatic Colors of #01477B
Black with #01477B
Text Example
Text Example
White with #01477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01477B; }
p { color: rgb(1,71,123); }
H1.HeaderClassName
{
color: #01477B;
}
.AnyTagClassName
{
color: #01477B;
}
</style>
background-color css
<style>
a { background-color: #01477B; }
a { background-color: rgb(1,71,123); }
div.DivClassName
{
background-color: #01477B;
}
.BgClassName
{
background-color: #01477B;
}
</style>
border-color css
<style>
span { border-color: #01477B; }
span { border-color: rgb(1,71,123); }
td.TdClassName
{
border-color: #01477B;
}
.TagClassName
{
border-color: #01477B;
}
</style>