Shades of Dark Cerulean #01567F
Tints of Dark Cerulean #01567F
RGB
CMYK
RGB Variations
Color information
#01567F (or 0x01567F) is known color: Dark Cerulean. HEX triplet: 01, 56 and 7F. RGB value is (1,86,127). Sum of RGB (Red+Green+Blue) = 1+86+127=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #01567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01567F is #FEA980. Grayscale: #414141. Windows color (decimal): -16689537 or 8345089. OLE color: 8345089.
HSL color Cylindrical-coordinate representation of color #01567F: hue angle of 199.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01567F is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 86 | 127 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.50 |
| HSL | 199.52º | 0.98% | 0.25% | - |
| HSV(B) | 199.52º | 0.99% | 0.5% | - |
| XYZ | 7.17 | 8.19 | 21.28 | - |
| YUV | 65.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 127 | 0.99 | 0.32 | 0 | 0.50 | 199.52 | 0.98 | 0.25 |
| Hex | 1 | 56 | 7F | 63 | 20 | 0 | 32 | C8 | 62 | 19 |
| Octal | 1 | 126 | 177 | 143 | 40 | 0 | 62 | 310 | 142 | 31 |
| Binary | 1 | 1010110 | 1111111 | 1100011 | 100000 | 0 | 110010 | 11001000 | 1100010 | 11001 |
Color Harmonies of #01567F
Complementary color
Monochromatic Colors of #01567F
Black with #01567F
Text Example
Text Example
White with #01567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01567F; }
p { color: rgb(1,86,127); }
H1.HeaderClassName
{
color: #01567F;
}
.AnyTagClassName
{
color: #01567F;
}
</style>
background-color css
<style>
a { background-color: #01567F; }
a { background-color: rgb(1,86,127); }
div.DivClassName
{
background-color: #01567F;
}
.BgClassName
{
background-color: #01567F;
}
</style>
border-color css
<style>
span { border-color: #01567F; }
span { border-color: rgb(1,86,127); }
td.TdClassName
{
border-color: #01567F;
}
.TagClassName
{
border-color: #01567F;
}
</style>