Shades of Dark Cerulean #01588C
Tints of Dark Cerulean #01588C
RGB
CMYK
RGB Variations
Color information
#01588C (or 0x01588C) is known color: Dark Cerulean. HEX triplet: 01, 58 and 8C. RGB value is (1,88,140). Sum of RGB (Red+Green+Blue) = 1+88+140=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #01588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01588C is #FEA773. Grayscale: #434343. Windows color (decimal): -16689012 or 9197569. OLE color: 9197569.
HSL color Cylindrical-coordinate representation of color #01588C: hue angle of 202.45º 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 #01588C is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 1 | 88 | 140 | - |
CMYK | 0.99 | 0.37 | 0 | 0.45 |
HSL | 202.45º | 0.99% | 0.28% | - |
HSV(B) | 202.45º | 0.99% | 0.55% | - |
XYZ | 8.24 | 8.88 | 26.09 | - |
YUV | 67.92 | 168.68 | 80.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 88 | 140 | 0.99 | 0.37 | 0 | 0.45 | 202.45 | 0.99 | 0.28 |
Hex | 1 | 58 | 8C | 63 | 25 | 0 | 2D | CA | 63 | 1C |
Octal | 1 | 130 | 214 | 143 | 45 | 0 | 55 | 312 | 143 | 34 |
Binary | 1 | 1011000 | 10001100 | 1100011 | 100101 | 0 | 101101 | 11001010 | 1100011 | 11100 |
Color Harmonies of #01588C
Complementary color
Monochromatic Colors of #01588C
Black with #01588C
Text Example
Text Example
White with #01588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01588C; }
p { color: rgb(1,88,140); }
H1.HeaderClassName
{
color: #01588C;
}
.AnyTagClassName
{
color: #01588C;
}
</style>
background-color css
<style>
a { background-color: #01588C; }
a { background-color: rgb(1,88,140); }
div.DivClassName
{
background-color: #01588C;
}
.BgClassName
{
background-color: #01588C;
}
</style>
border-color css
<style>
span { border-color: #01588C; }
span { border-color: rgb(1,88,140); }
td.TdClassName
{
border-color: #01588C;
}
.TagClassName
{
border-color: #01588C;
}
</style>