Shades of Dark Cerulean #01598B
Tints of Dark Cerulean #01598B
RGB
CMYK
RGB Variations
Color information
#01598B (or 0x01598B) is known color: Dark Cerulean. HEX triplet: 01, 59 and 8B. RGB value is (1,89,139). Sum of RGB (Red+Green+Blue) = 1+89+139=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #01598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01598B is #FEA674. Grayscale: #444444. Windows color (decimal): -16688757 or 9132289. OLE color: 9132289.
HSL color Cylindrical-coordinate representation of color #01598B: hue angle of 201.74º 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 #01598B is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 89 | 139 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.45 |
| HSL | 201.74º | 0.99% | 0.27% | - |
| HSV(B) | 201.74º | 0.99% | 0.55% | - |
| XYZ | 8.25 | 9.02 | 25.73 | - |
| YUV | 68.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 139 | 0.99 | 0.36 | 0 | 0.45 | 201.74 | 0.99 | 0.27 |
| Hex | 1 | 59 | 8B | 63 | 24 | 0 | 2D | CA | 63 | 1B |
| Octal | 1 | 131 | 213 | 143 | 44 | 0 | 55 | 312 | 143 | 33 |
| Binary | 1 | 1011001 | 10001011 | 1100011 | 100100 | 0 | 101101 | 11001010 | 1100011 | 11011 |
Color Harmonies of #01598B
Complementary color
Monochromatic Colors of #01598B
Black with #01598B
Text Example
Text Example
White with #01598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01598B; }
p { color: rgb(1,89,139); }
H1.HeaderClassName
{
color: #01598B;
}
.AnyTagClassName
{
color: #01598B;
}
</style>
background-color css
<style>
a { background-color: #01598B; }
a { background-color: rgb(1,89,139); }
div.DivClassName
{
background-color: #01598B;
}
.BgClassName
{
background-color: #01598B;
}
</style>
border-color css
<style>
span { border-color: #01598B; }
span { border-color: rgb(1,89,139); }
td.TdClassName
{
border-color: #01598B;
}
.TagClassName
{
border-color: #01598B;
}
</style>