Shades of Dark Cerulean #01568B
Tints of Dark Cerulean #01568B
RGB
CMYK
RGB Variations
Color information
#01568B (or 0x01568B) is known color: Dark Cerulean. HEX triplet: 01, 56 and 8B. RGB value is (1,86,139). Sum of RGB (Red+Green+Blue) = 1+86+139=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #01568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01568B is #FEA974. Grayscale: #424242. Windows color (decimal): -16689525 or 9131521. OLE color: 9131521.
HSL color Cylindrical-coordinate representation of color #01568B: hue angle of 203.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01568B is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 86 | 139 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.45 |
| HSL | 203.04º | 0.99% | 0.27% | - |
| HSV(B) | 203.04º | 0.99% | 0.55% | - |
| XYZ | 8 | 8.53 | 25.65 | - |
| YUV | 66.63 | 168.84 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 139 | 0.99 | 0.38 | 0 | 0.45 | 203.04 | 0.99 | 0.27 |
| Hex | 1 | 56 | 8B | 63 | 26 | 0 | 2D | CB | 63 | 1B |
| Octal | 1 | 126 | 213 | 143 | 46 | 0 | 55 | 313 | 143 | 33 |
| Binary | 1 | 1010110 | 10001011 | 1100011 | 100110 | 0 | 101101 | 11001011 | 1100011 | 11011 |
Color Harmonies of #01568B
Complementary color
Monochromatic Colors of #01568B
Black with #01568B
Text Example
Text Example
White with #01568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01568B; }
p { color: rgb(1,86,139); }
H1.HeaderClassName
{
color: #01568B;
}
.AnyTagClassName
{
color: #01568B;
}
</style>
background-color css
<style>
a { background-color: #01568B; }
a { background-color: rgb(1,86,139); }
div.DivClassName
{
background-color: #01568B;
}
.BgClassName
{
background-color: #01568B;
}
</style>
border-color css
<style>
span { border-color: #01568B; }
span { border-color: rgb(1,86,139); }
td.TdClassName
{
border-color: #01568B;
}
.TagClassName
{
border-color: #01568B;
}
</style>