Shades of Dark Cerulean #00588A
Tints of Dark Cerulean #00588A
RGB
CMYK
RGB Variations
Color information
#00588A (or 0x00588A) is known color: Dark Cerulean. HEX triplet: 00, 58 and 8A. RGB value is (0,88,138). Sum of RGB (Red+Green+Blue) = 0+88+138=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #00588A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00588A is #FFA775. Grayscale: #434343. Windows color (decimal): -16754550 or 9066496. OLE color: 9066496.
HSL color Cylindrical-coordinate representation of color #00588A: hue angle of 201.74º 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 #00588A is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 88 | 138 | - |
| CMYK | 1 | 0.36 | 0 | 0.46 |
| HSL | 201.74º | 1% | 0.27% | - |
| HSV(B) | 201.74º | 1% | 0.54% | - |
| XYZ | 8.08 | 8.81 | 25.32 | - |
| YUV | 67.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 138 | 1 | 0.36 | 0 | 0.46 | 201.74 | 1 | 0.27 |
| Hex | 0 | 58 | 8A | 64 | 24 | 0 | 2E | CA | 64 | 1B |
| Octal | 0 | 130 | 212 | 144 | 44 | 0 | 56 | 312 | 144 | 33 |
| Binary | 0 | 1011000 | 10001010 | 1100100 | 100100 | 0 | 101110 | 11001010 | 1100100 | 11011 |
Color Harmonies of #00588A
Complementary color
Monochromatic Colors of #00588A
Black with #00588A
Text Example
Text Example
White with #00588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00588A; }
p { color: rgb(0,88,138); }
H1.HeaderClassName
{
color: #00588A;
}
.AnyTagClassName
{
color: #00588A;
}
</style>
background-color css
<style>
a { background-color: #00588A; }
a { background-color: rgb(0,88,138); }
div.DivClassName
{
background-color: #00588A;
}
.BgClassName
{
background-color: #00588A;
}
</style>
border-color css
<style>
span { border-color: #00588A; }
span { border-color: rgb(0,88,138); }
td.TdClassName
{
border-color: #00588A;
}
.TagClassName
{
border-color: #00588A;
}
</style>