Shades of Dark Cerulean #00518A
Tints of Dark Cerulean #00518A
RGB
CMYK
RGB Variations
Color information
#00518A (or 0x00518A) is known color: Dark Cerulean. HEX triplet: 00, 51 and 8A. RGB value is (0,81,138). Sum of RGB (Red+Green+Blue) = 0+81+138=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #00518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00518A is #FFAE75. Grayscale: #3E3E3E. Windows color (decimal): -16756342 or 9064704. OLE color: 9064704.
HSL color Cylindrical-coordinate representation of color #00518A: hue angle of 204.78º 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 #00518A is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 81 | 138 | - |
| CMYK | 1 | 0.41 | 0 | 0.46 |
| HSL | 204.78º | 1% | 0.27% | - |
| HSV(B) | 204.78º | 1% | 0.54% | - |
| XYZ | 7.53 | 7.72 | 25.14 | - |
| YUV | 63.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 138 | 1 | 0.41 | 0 | 0.46 | 204.78 | 1 | 0.27 |
| Hex | 0 | 51 | 8A | 64 | 29 | 0 | 2E | CD | 64 | 1B |
| Octal | 0 | 121 | 212 | 144 | 51 | 0 | 56 | 315 | 144 | 33 |
| Binary | 0 | 1010001 | 10001010 | 1100100 | 101001 | 0 | 101110 | 11001101 | 1100100 | 11011 |
Color Harmonies of #00518A
Complementary color
Monochromatic Colors of #00518A
Black with #00518A
Text Example
Text Example
White with #00518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00518A; }
p { color: rgb(0,81,138); }
H1.HeaderClassName
{
color: #00518A;
}
.AnyTagClassName
{
color: #00518A;
}
</style>
background-color css
<style>
a { background-color: #00518A; }
a { background-color: rgb(0,81,138); }
div.DivClassName
{
background-color: #00518A;
}
.BgClassName
{
background-color: #00518A;
}
</style>
border-color css
<style>
span { border-color: #00518A; }
span { border-color: rgb(0,81,138); }
td.TdClassName
{
border-color: #00518A;
}
.TagClassName
{
border-color: #00518A;
}
</style>