Shades of Dark Cerulean #00578B
Tints of Dark Cerulean #00578B
RGB
CMYK
RGB Variations
Color information
#00578B (or 0x00578B) is known color: Dark Cerulean. HEX triplet: 00, 57 and 8B. RGB value is (0,87,139). Sum of RGB (Red+Green+Blue) = 0+87+139=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #00578B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00578B is #FFA874. Grayscale: #424242. Windows color (decimal): -16754805 or 9131776. OLE color: 9131776.
HSL color Cylindrical-coordinate representation of color #00578B: hue angle of 202.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00578B is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 87 | 139 | - |
| CMYK | 1 | 0.37 | 0 | 0.45 |
| HSL | 202.45º | 1% | 0.27% | - |
| HSV(B) | 202.45º | 1% | 0.55% | - |
| XYZ | 8.07 | 8.68 | 25.68 | - |
| YUV | 66.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 139 | 1 | 0.37 | 0 | 0.45 | 202.45 | 1 | 0.27 |
| Hex | 0 | 57 | 8B | 64 | 25 | 0 | 2D | CA | 64 | 1B |
| Octal | 0 | 127 | 213 | 144 | 45 | 0 | 55 | 312 | 144 | 33 |
| Binary | 0 | 1010111 | 10001011 | 1100100 | 100101 | 0 | 101101 | 11001010 | 1100100 | 11011 |
Color Harmonies of #00578B
Complementary color
Monochromatic Colors of #00578B
Black with #00578B
Text Example
Text Example
White with #00578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00578B; }
p { color: rgb(0,87,139); }
H1.HeaderClassName
{
color: #00578B;
}
.AnyTagClassName
{
color: #00578B;
}
</style>
background-color css
<style>
a { background-color: #00578B; }
a { background-color: rgb(0,87,139); }
div.DivClassName
{
background-color: #00578B;
}
.BgClassName
{
background-color: #00578B;
}
</style>
border-color css
<style>
span { border-color: #00578B; }
span { border-color: rgb(0,87,139); }
td.TdClassName
{
border-color: #00578B;
}
.TagClassName
{
border-color: #00578B;
}
</style>