Shades of Dark Cerulean #00517D
Tints of Dark Cerulean #00517D
RGB
CMYK
RGB Variations
Color information
#00517D (or 0x00517D) is known color: Dark Cerulean. HEX triplet: 00, 51 and 7D. RGB value is (0,81,125). Sum of RGB (Red+Green+Blue) = 0+81+125=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #00517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00517D is #FFAE82. Grayscale: #3D3D3D. Windows color (decimal): -16756355 or 8212736. OLE color: 8212736.
HSL color Cylindrical-coordinate representation of color #00517D: hue angle of 201.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00517D is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 81 | 125 | - |
| CMYK | 1 | 0.35 | 0 | 0.51 |
| HSL | 201.12º | 1% | 0.25% | - |
| HSV(B) | 201.12º | 1% | 0.49% | - |
| XYZ | 6.64 | 7.37 | 20.47 | - |
| YUV | 61.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 125 | 1 | 0.35 | 0 | 0.51 | 201.12 | 1 | 0.25 |
| Hex | 0 | 51 | 7D | 64 | 23 | 0 | 33 | C9 | 64 | 19 |
| Octal | 0 | 121 | 175 | 144 | 43 | 0 | 63 | 311 | 144 | 31 |
| Binary | 0 | 1010001 | 1111101 | 1100100 | 100011 | 0 | 110011 | 11001001 | 1100100 | 11001 |
Color Harmonies of #00517D
Complementary color
Monochromatic Colors of #00517D
Black with #00517D
Text Example
Text Example
White with #00517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00517D; }
p { color: rgb(0,81,125); }
H1.HeaderClassName
{
color: #00517D;
}
.AnyTagClassName
{
color: #00517D;
}
</style>
background-color css
<style>
a { background-color: #00517D; }
a { background-color: rgb(0,81,125); }
div.DivClassName
{
background-color: #00517D;
}
.BgClassName
{
background-color: #00517D;
}
</style>
border-color css
<style>
span { border-color: #00517D; }
span { border-color: rgb(0,81,125); }
td.TdClassName
{
border-color: #00517D;
}
.TagClassName
{
border-color: #00517D;
}
</style>