Shades of Dark Cerulean #00517A
Tints of Dark Cerulean #00517A
RGB
CMYK
RGB Variations
Color information
#00517A (or 0x00517A) is known color: Dark Cerulean. HEX triplet: 00, 51 and 7A. RGB value is (0,81,122). Sum of RGB (Red+Green+Blue) = 0+81+122=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #00517A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00517A is #FFAE85. Grayscale: #3D3D3D. Windows color (decimal): -16756358 or 8016128. OLE color: 8016128.
HSL color Cylindrical-coordinate representation of color #00517A: hue angle of 200.16º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00517A is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 81 | 122 | - |
| CMYK | 1 | 0.34 | 0 | 0.52 |
| HSL | 200.16º | 1% | 0.24% | - |
| HSV(B) | 200.16º | 1% | 0.48% | - |
| XYZ | 6.46 | 7.29 | 19.48 | - |
| YUV | 61.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 122 | 1 | 0.34 | 0 | 0.52 | 200.16 | 1 | 0.24 |
| Hex | 0 | 51 | 7A | 64 | 22 | 0 | 34 | C8 | 64 | 18 |
| Octal | 0 | 121 | 172 | 144 | 42 | 0 | 64 | 310 | 144 | 30 |
| Binary | 0 | 1010001 | 1111010 | 1100100 | 100010 | 0 | 110100 | 11001000 | 1100100 | 11000 |
Color Harmonies of #00517A
Complementary color
Monochromatic Colors of #00517A
Black with #00517A
Text Example
Text Example
White with #00517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00517A; }
p { color: rgb(0,81,122); }
H1.HeaderClassName
{
color: #00517A;
}
.AnyTagClassName
{
color: #00517A;
}
</style>
background-color css
<style>
a { background-color: #00517A; }
a { background-color: rgb(0,81,122); }
div.DivClassName
{
background-color: #00517A;
}
.BgClassName
{
background-color: #00517A;
}
</style>
border-color css
<style>
span { border-color: #00517A; }
span { border-color: rgb(0,81,122); }
td.TdClassName
{
border-color: #00517A;
}
.TagClassName
{
border-color: #00517A;
}
</style>