Shades of Dark Cerulean #02598E
Tints of Dark Cerulean #02598E
RGB
CMYK
RGB Variations
Color information
#02598E (or 0x02598E) is known color: Dark Cerulean. HEX triplet: 02, 59 and 8E. RGB value is (2,89,142). Sum of RGB (Red+Green+Blue) = 2+89+142=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #02598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02598E is #FDA671. Grayscale: #444444. Windows color (decimal): -16623218 or 9328898. OLE color: 9328898.
HSL color Cylindrical-coordinate representation of color #02598E: hue angle of 202.71º degrees, saturation: 0.97, 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 #02598E is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 89 | 142 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.44 |
| HSL | 202.71º | 0.97% | 0.28% | - |
| HSV(B) | 202.71º | 0.99% | 0.56% | - |
| XYZ | 8.48 | 9.11 | 26.9 | - |
| YUV | 69.03 | 169.18 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 142 | 0.99 | 0.37 | 0 | 0.44 | 202.71 | 0.97 | 0.28 |
| Hex | 2 | 59 | 8E | 63 | 25 | 0 | 2C | CB | 61 | 1C |
| Octal | 2 | 131 | 216 | 143 | 45 | 0 | 54 | 313 | 141 | 34 |
| Binary | 10 | 1011001 | 10001110 | 1100011 | 100101 | 0 | 101100 | 11001011 | 1100001 | 11100 |
Color Harmonies of #02598E
Complementary color
Monochromatic Colors of #02598E
Black with #02598E
Text Example
Text Example
White with #02598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02598E; }
p { color: rgb(2,89,142); }
H1.HeaderClassName
{
color: #02598E;
}
.AnyTagClassName
{
color: #02598E;
}
</style>
background-color css
<style>
a { background-color: #02598E; }
a { background-color: rgb(2,89,142); }
div.DivClassName
{
background-color: #02598E;
}
.BgClassName
{
background-color: #02598E;
}
</style>
border-color css
<style>
span { border-color: #02598E; }
span { border-color: rgb(2,89,142); }
td.TdClassName
{
border-color: #02598E;
}
.TagClassName
{
border-color: #02598E;
}
</style>