Shades of Dark Cerulean #00598A
Tints of Dark Cerulean #00598A
RGB
CMYK
RGB Variations
Color information
#00598A (or 0x00598A) is known color: Dark Cerulean. HEX triplet: 00, 59 and 8A. RGB value is (0,89,138). Sum of RGB (Red+Green+Blue) = 0+89+138=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #00598A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00598A is #FFA675. Grayscale: #434343. Windows color (decimal): -16754294 or 9066752. OLE color: 9066752.
HSL color Cylindrical-coordinate representation of color #00598A: hue angle of 201.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00598A is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 89 | 138 | - |
| CMYK | 1 | 0.36 | 0 | 0.46 |
| HSL | 201.3º | 1% | 0.27% | - |
| HSV(B) | 201.3º | 1% | 0.54% | - |
| XYZ | 8.16 | 8.98 | 25.35 | - |
| YUV | 67.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 138 | 1 | 0.36 | 0 | 0.46 | 201.3 | 1 | 0.27 |
| Hex | 0 | 59 | 8A | 64 | 24 | 0 | 2E | C9 | 64 | 1B |
| Octal | 0 | 131 | 212 | 144 | 44 | 0 | 56 | 311 | 144 | 33 |
| Binary | 0 | 1011001 | 10001010 | 1100100 | 100100 | 0 | 101110 | 11001001 | 1100100 | 11011 |
Color Harmonies of #00598A
Complementary color
Monochromatic Colors of #00598A
Black with #00598A
Text Example
Text Example
White with #00598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00598A; }
p { color: rgb(0,89,138); }
H1.HeaderClassName
{
color: #00598A;
}
.AnyTagClassName
{
color: #00598A;
}
</style>
background-color css
<style>
a { background-color: #00598A; }
a { background-color: rgb(0,89,138); }
div.DivClassName
{
background-color: #00598A;
}
.BgClassName
{
background-color: #00598A;
}
</style>
border-color css
<style>
span { border-color: #00598A; }
span { border-color: rgb(0,89,138); }
td.TdClassName
{
border-color: #00598A;
}
.TagClassName
{
border-color: #00598A;
}
</style>