Shades of Dark Cerulean #01558E
Tints of Dark Cerulean #01558E
RGB
CMYK
RGB Variations
Color information
#01558E (or 0x01558E) is known color: Dark Cerulean. HEX triplet: 01, 55 and 8E. RGB value is (1,85,142). Sum of RGB (Red+Green+Blue) = 1+85+142=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #01558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01558E is #FEAA71. Grayscale: #424242. Windows color (decimal): -16689778 or 9327873. OLE color: 9327873.
HSL color Cylindrical-coordinate representation of color #01558E: hue angle of 204.26º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01558E is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 85 | 142 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.44 |
| HSL | 204.26º | 0.99% | 0.28% | - |
| HSV(B) | 204.26º | 0.99% | 0.56% | - |
| XYZ | 8.14 | 8.46 | 26.79 | - |
| YUV | 66.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 142 | 0.99 | 0.40 | 0 | 0.44 | 204.26 | 0.99 | 0.28 |
| Hex | 1 | 55 | 8E | 63 | 28 | 0 | 2C | CC | 63 | 1C |
| Octal | 1 | 125 | 216 | 143 | 50 | 0 | 54 | 314 | 143 | 34 |
| Binary | 1 | 1010101 | 10001110 | 1100011 | 101000 | 0 | 101100 | 11001100 | 1100011 | 11100 |
Color Harmonies of #01558E
Complementary color
Monochromatic Colors of #01558E
Black with #01558E
Text Example
Text Example
White with #01558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01558E; }
p { color: rgb(1,85,142); }
H1.HeaderClassName
{
color: #01558E;
}
.AnyTagClassName
{
color: #01558E;
}
</style>
background-color css
<style>
a { background-color: #01558E; }
a { background-color: rgb(1,85,142); }
div.DivClassName
{
background-color: #01558E;
}
.BgClassName
{
background-color: #01558E;
}
</style>
border-color css
<style>
span { border-color: #01558E; }
span { border-color: rgb(1,85,142); }
td.TdClassName
{
border-color: #01558E;
}
.TagClassName
{
border-color: #01558E;
}
</style>