Shades of Dark Cerulean #01588B
Tints of Dark Cerulean #01588B
RGB
CMYK
RGB Variations
Color information
#01588B (or 0x01588B) is known color: Dark Cerulean. HEX triplet: 01, 58 and 8B. RGB value is (1,88,139). Sum of RGB (Red+Green+Blue) = 1+88+139=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #01588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01588B is #FEA774. Grayscale: #434343. Windows color (decimal): -16689013 or 9132033. OLE color: 9132033.
HSL color Cylindrical-coordinate representation of color #01588B: hue angle of 202.17º 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 #01588B is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 88 | 139 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.45 |
| HSL | 202.17º | 0.99% | 0.27% | - |
| HSV(B) | 202.17º | 0.99% | 0.55% | - |
| XYZ | 8.16 | 8.85 | 25.7 | - |
| YUV | 67.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 139 | 0.99 | 0.37 | 0 | 0.45 | 202.17 | 0.99 | 0.27 |
| Hex | 1 | 58 | 8B | 63 | 25 | 0 | 2D | CA | 63 | 1B |
| Octal | 1 | 130 | 213 | 143 | 45 | 0 | 55 | 312 | 143 | 33 |
| Binary | 1 | 1011000 | 10001011 | 1100011 | 100101 | 0 | 101101 | 11001010 | 1100011 | 11011 |
Color Harmonies of #01588B
Complementary color
Monochromatic Colors of #01588B
Black with #01588B
Text Example
Text Example
White with #01588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01588B; }
p { color: rgb(1,88,139); }
H1.HeaderClassName
{
color: #01588B;
}
.AnyTagClassName
{
color: #01588B;
}
</style>
background-color css
<style>
a { background-color: #01588B; }
a { background-color: rgb(1,88,139); }
div.DivClassName
{
background-color: #01588B;
}
.BgClassName
{
background-color: #01588B;
}
</style>
border-color css
<style>
span { border-color: #01588B; }
span { border-color: rgb(1,88,139); }
td.TdClassName
{
border-color: #01588B;
}
.TagClassName
{
border-color: #01588B;
}
</style>