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