Shades of Dark Cerulean #01568A
Tints of Dark Cerulean #01568A
RGB
CMYK
RGB Variations
Color information
#01568A (or 0x01568A) is known color: Dark Cerulean. HEX triplet: 01, 56 and 8A. RGB value is (1,86,138). Sum of RGB (Red+Green+Blue) = 1+86+138=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #01568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01568A is #FEA975. Grayscale: #424242. Windows color (decimal): -16689526 or 9065985. OLE color: 9065985.
HSL color Cylindrical-coordinate representation of color #01568A: hue angle of 202.77º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01568A is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 86 | 138 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.46 |
| HSL | 202.77º | 0.99% | 0.27% | - |
| HSV(B) | 202.77º | 0.99% | 0.54% | - |
| XYZ | 7.93 | 8.5 | 25.27 | - |
| YUV | 66.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 138 | 0.99 | 0.38 | 0 | 0.46 | 202.77 | 0.99 | 0.27 |
| Hex | 1 | 56 | 8A | 63 | 26 | 0 | 2E | CB | 63 | 1B |
| Octal | 1 | 126 | 212 | 143 | 46 | 0 | 56 | 313 | 143 | 33 |
| Binary | 1 | 1010110 | 10001010 | 1100011 | 100110 | 0 | 101110 | 11001011 | 1100011 | 11011 |
Color Harmonies of #01568A
Complementary color
Monochromatic Colors of #01568A
Black with #01568A
Text Example
Text Example
White with #01568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01568A; }
p { color: rgb(1,86,138); }
H1.HeaderClassName
{
color: #01568A;
}
.AnyTagClassName
{
color: #01568A;
}
</style>
background-color css
<style>
a { background-color: #01568A; }
a { background-color: rgb(1,86,138); }
div.DivClassName
{
background-color: #01568A;
}
.BgClassName
{
background-color: #01568A;
}
</style>
border-color css
<style>
span { border-color: #01568A; }
span { border-color: rgb(1,86,138); }
td.TdClassName
{
border-color: #01568A;
}
.TagClassName
{
border-color: #01568A;
}
</style>