Shades of Dark Cerulean #00518B
Tints of Dark Cerulean #00518B
RGB
CMYK
RGB Variations
Color information
#00518B (or 0x00518B) is known color: Dark Cerulean. HEX triplet: 00, 51 and 8B. RGB value is (0,81,139). Sum of RGB (Red+Green+Blue) = 0+81+139=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #00518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00518B is #FFAE74. Grayscale: #3F3F3F. Windows color (decimal): -16756341 or 9130240. OLE color: 9130240.
HSL color Cylindrical-coordinate representation of color #00518B: hue angle of 205.04º 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 #00518B is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 81 | 139 | - |
| CMYK | 1 | 0.42 | 0 | 0.45 |
| HSL | 205.04º | 1% | 0.27% | - |
| HSV(B) | 205.04º | 1% | 0.55% | - |
| XYZ | 7.6 | 7.75 | 25.52 | - |
| YUV | 63.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 139 | 1 | 0.42 | 0 | 0.45 | 205.04 | 1 | 0.27 |
| Hex | 0 | 51 | 8B | 64 | 2A | 0 | 2D | CD | 64 | 1B |
| Octal | 0 | 121 | 213 | 144 | 52 | 0 | 55 | 315 | 144 | 33 |
| Binary | 0 | 1010001 | 10001011 | 1100100 | 101010 | 0 | 101101 | 11001101 | 1100100 | 11011 |
Color Harmonies of #00518B
Complementary color
Monochromatic Colors of #00518B
Black with #00518B
Text Example
Text Example
White with #00518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00518B; }
p { color: rgb(0,81,139); }
H1.HeaderClassName
{
color: #00518B;
}
.AnyTagClassName
{
color: #00518B;
}
</style>
background-color css
<style>
a { background-color: #00518B; }
a { background-color: rgb(0,81,139); }
div.DivClassName
{
background-color: #00518B;
}
.BgClassName
{
background-color: #00518B;
}
</style>
border-color css
<style>
span { border-color: #00518B; }
span { border-color: rgb(0,81,139); }
td.TdClassName
{
border-color: #00518B;
}
.TagClassName
{
border-color: #00518B;
}
</style>