Shades of Dark Cerulean #01568D
Tints of Dark Cerulean #01568D
RGB
CMYK
RGB Variations
Color information
#01568D (or 0x01568D) is known color: Dark Cerulean. HEX triplet: 01, 56 and 8D. RGB value is (1,86,141). Sum of RGB (Red+Green+Blue) = 1+86+141=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #01568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01568D is #FEA972. Grayscale: #424242. Windows color (decimal): -16689523 or 9262593. OLE color: 9262593.
HSL color Cylindrical-coordinate representation of color #01568D: hue angle of 203.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01568D is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 86 | 141 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.45 |
| HSL | 203.57º | 0.99% | 0.28% | - |
| HSV(B) | 203.57º | 0.99% | 0.55% | - |
| XYZ | 8.15 | 8.59 | 26.43 | - |
| YUV | 66.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 141 | 0.99 | 0.39 | 0 | 0.45 | 203.57 | 0.99 | 0.28 |
| Hex | 1 | 56 | 8D | 63 | 27 | 0 | 2D | CC | 63 | 1C |
| Octal | 1 | 126 | 215 | 143 | 47 | 0 | 55 | 314 | 143 | 34 |
| Binary | 1 | 1010110 | 10001101 | 1100011 | 100111 | 0 | 101101 | 11001100 | 1100011 | 11100 |
Color Harmonies of #01568D
Complementary color
Monochromatic Colors of #01568D
Black with #01568D
Text Example
Text Example
White with #01568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01568D; }
p { color: rgb(1,86,141); }
H1.HeaderClassName
{
color: #01568D;
}
.AnyTagClassName
{
color: #01568D;
}
</style>
background-color css
<style>
a { background-color: #01568D; }
a { background-color: rgb(1,86,141); }
div.DivClassName
{
background-color: #01568D;
}
.BgClassName
{
background-color: #01568D;
}
</style>
border-color css
<style>
span { border-color: #01568D; }
span { border-color: rgb(1,86,141); }
td.TdClassName
{
border-color: #01568D;
}
.TagClassName
{
border-color: #01568D;
}
</style>