Shades of Dark Cerulean #01588D
Tints of Dark Cerulean #01588D
RGB
CMYK
RGB Variations
Color information
#01588D (or 0x01588D) is known color: Dark Cerulean. HEX triplet: 01, 58 and 8D. RGB value is (1,88,141). Sum of RGB (Red+Green+Blue) = 1+88+141=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #01588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01588D is #FEA772. Grayscale: #434343. Windows color (decimal): -16689011 or 9263105. OLE color: 9263105.
HSL color Cylindrical-coordinate representation of color #01588D: hue angle of 202.71º 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 #01588D is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 88 | 141 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.45 |
| HSL | 202.71º | 0.99% | 0.28% | - |
| HSV(B) | 202.71º | 0.99% | 0.55% | - |
| XYZ | 8.31 | 8.91 | 26.48 | - |
| YUV | 68.03 | 169.18 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 141 | 0.99 | 0.38 | 0 | 0.45 | 202.71 | 0.99 | 0.28 |
| Hex | 1 | 58 | 8D | 63 | 26 | 0 | 2D | CB | 63 | 1C |
| Octal | 1 | 130 | 215 | 143 | 46 | 0 | 55 | 313 | 143 | 34 |
| Binary | 1 | 1011000 | 10001101 | 1100011 | 100110 | 0 | 101101 | 11001011 | 1100011 | 11100 |
Color Harmonies of #01588D
Complementary color
Monochromatic Colors of #01588D
Black with #01588D
Text Example
Text Example
White with #01588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01588D; }
p { color: rgb(1,88,141); }
H1.HeaderClassName
{
color: #01588D;
}
.AnyTagClassName
{
color: #01588D;
}
</style>
background-color css
<style>
a { background-color: #01588D; }
a { background-color: rgb(1,88,141); }
div.DivClassName
{
background-color: #01588D;
}
.BgClassName
{
background-color: #01588D;
}
</style>
border-color css
<style>
span { border-color: #01588D; }
span { border-color: rgb(1,88,141); }
td.TdClassName
{
border-color: #01588D;
}
.TagClassName
{
border-color: #01588D;
}
</style>