Shades of Dark Cerulean #00598F
Tints of Dark Cerulean #00598F
RGB
CMYK
RGB Variations
Color information
#00598F (or 0x00598F) is known color: Dark Cerulean. HEX triplet: 00, 59 and 8F. RGB value is (0,89,143). Sum of RGB (Red+Green+Blue) = 0+89+143=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #00598F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00598F is #FFA670. Grayscale: #444444. Windows color (decimal): -16754289 or 9394432. OLE color: 9394432.
HSL color Cylindrical-coordinate representation of color #00598F: hue angle of 202.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00598F is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 89 | 143 | - |
| CMYK | 1 | 0.38 | 0 | 0.44 |
| HSL | 202.66º | 1% | 0.28% | - |
| HSV(B) | 202.66º | 1% | 0.56% | - |
| XYZ | 8.53 | 9.13 | 27.3 | - |
| YUV | 68.55 | 170.01 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 143 | 1 | 0.38 | 0 | 0.44 | 202.66 | 1 | 0.28 |
| Hex | 0 | 59 | 8F | 64 | 26 | 0 | 2C | CB | 64 | 1C |
| Octal | 0 | 131 | 217 | 144 | 46 | 0 | 54 | 313 | 144 | 34 |
| Binary | 0 | 1011001 | 10001111 | 1100100 | 100110 | 0 | 101100 | 11001011 | 1100100 | 11100 |
Color Harmonies of #00598F
Complementary color
Monochromatic Colors of #00598F
Black with #00598F
Text Example
Text Example
White with #00598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00598F; }
p { color: rgb(0,89,143); }
H1.HeaderClassName
{
color: #00598F;
}
.AnyTagClassName
{
color: #00598F;
}
</style>
background-color css
<style>
a { background-color: #00598F; }
a { background-color: rgb(0,89,143); }
div.DivClassName
{
background-color: #00598F;
}
.BgClassName
{
background-color: #00598F;
}
</style>
border-color css
<style>
span { border-color: #00598F; }
span { border-color: rgb(0,89,143); }
td.TdClassName
{
border-color: #00598F;
}
.TagClassName
{
border-color: #00598F;
}
</style>