Shades of Dark Cerulean #02598B
Tints of Dark Cerulean #02598B
RGB
CMYK
RGB Variations
Color information
#02598B (or 0x02598B) is known color: Dark Cerulean. HEX triplet: 02, 59 and 8B. RGB value is (2,89,139). Sum of RGB (Red+Green+Blue) = 2+89+139=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #02598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02598B is #FDA674. Grayscale: #444444. Windows color (decimal): -16623221 or 9132290. OLE color: 9132290.
HSL color Cylindrical-coordinate representation of color #02598B: hue angle of 201.9º degrees, saturation: 0.97, 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 #02598B is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 89 | 139 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.45 |
| HSL | 201.9º | 0.97% | 0.28% | - |
| HSV(B) | 201.9º | 0.99% | 0.55% | - |
| XYZ | 8.26 | 9.02 | 25.73 | - |
| YUV | 68.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 139 | 0.99 | 0.36 | 0 | 0.45 | 201.9 | 0.97 | 0.28 |
| Hex | 2 | 59 | 8B | 63 | 24 | 0 | 2D | CA | 61 | 1C |
| Octal | 2 | 131 | 213 | 143 | 44 | 0 | 55 | 312 | 141 | 34 |
| Binary | 10 | 1011001 | 10001011 | 1100011 | 100100 | 0 | 101101 | 11001010 | 1100001 | 11100 |
Color Harmonies of #02598B
Complementary color
Monochromatic Colors of #02598B
Black with #02598B
Text Example
Text Example
White with #02598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02598B; }
p { color: rgb(2,89,139); }
H1.HeaderClassName
{
color: #02598B;
}
.AnyTagClassName
{
color: #02598B;
}
</style>
background-color css
<style>
a { background-color: #02598B; }
a { background-color: rgb(2,89,139); }
div.DivClassName
{
background-color: #02598B;
}
.BgClassName
{
background-color: #02598B;
}
</style>
border-color css
<style>
span { border-color: #02598B; }
span { border-color: rgb(2,89,139); }
td.TdClassName
{
border-color: #02598B;
}
.TagClassName
{
border-color: #02598B;
}
</style>