Shades of Dark Cerulean #00558B
Tints of Dark Cerulean #00558B
RGB
CMYK
RGB Variations
Color information
#00558B (or 0x00558B) is known color: Dark Cerulean. HEX triplet: 00, 55 and 8B. RGB value is (0,85,139). Sum of RGB (Red+Green+Blue) = 0+85+139=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #00558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00558B is #FFAA74. Grayscale: #414141. Windows color (decimal): -16755317 or 9131264. OLE color: 9131264.
HSL color Cylindrical-coordinate representation of color #00558B: hue angle of 203.31º 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 #00558B is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 85 | 139 | - |
| CMYK | 1 | 0.39 | 0 | 0.45 |
| HSL | 203.31º | 1% | 0.27% | - |
| HSV(B) | 203.31º | 1% | 0.55% | - |
| XYZ | 7.91 | 8.36 | 25.62 | - |
| YUV | 65.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 139 | 1 | 0.39 | 0 | 0.45 | 203.31 | 1 | 0.27 |
| Hex | 0 | 55 | 8B | 64 | 27 | 0 | 2D | CB | 64 | 1B |
| Octal | 0 | 125 | 213 | 144 | 47 | 0 | 55 | 313 | 144 | 33 |
| Binary | 0 | 1010101 | 10001011 | 1100100 | 100111 | 0 | 101101 | 11001011 | 1100100 | 11011 |
Color Harmonies of #00558B
Complementary color
Monochromatic Colors of #00558B
Black with #00558B
Text Example
Text Example
White with #00558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00558B; }
p { color: rgb(0,85,139); }
H1.HeaderClassName
{
color: #00558B;
}
.AnyTagClassName
{
color: #00558B;
}
</style>
background-color css
<style>
a { background-color: #00558B; }
a { background-color: rgb(0,85,139); }
div.DivClassName
{
background-color: #00558B;
}
.BgClassName
{
background-color: #00558B;
}
</style>
border-color css
<style>
span { border-color: #00558B; }
span { border-color: rgb(0,85,139); }
td.TdClassName
{
border-color: #00558B;
}
.TagClassName
{
border-color: #00558B;
}
</style>