Shades of Dark Cerulean #06517D
Tints of Dark Cerulean #06517D
RGB
CMYK
RGB Variations
Color information
#06517D (or 0x06517D) is known color: Dark Cerulean. HEX triplet: 06, 51 and 7D. RGB value is (6,81,125). Sum of RGB (Red+Green+Blue) = 6+81+125=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #06517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06517D is #F9AE82. Grayscale: #3F3F3F. Windows color (decimal): -16363139 or 8212742. OLE color: 8212742.
HSL color Cylindrical-coordinate representation of color #06517D: hue angle of 202.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06517D is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 81 | 125 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.51 |
| HSL | 202.18º | 0.91% | 0.26% | - |
| HSV(B) | 202.18º | 0.95% | 0.49% | - |
| XYZ | 6.72 | 7.4 | 20.48 | - |
| YUV | 63.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 125 | 0.95 | 0.35 | 0 | 0.51 | 202.18 | 0.91 | 0.26 |
| Hex | 6 | 51 | 7D | 5F | 23 | 0 | 33 | CA | 5B | 1A |
| Octal | 6 | 121 | 175 | 137 | 43 | 0 | 63 | 312 | 133 | 32 |
| Binary | 110 | 1010001 | 1111101 | 1011111 | 100011 | 0 | 110011 | 11001010 | 1011011 | 11010 |
Color Harmonies of #06517D
Complementary color
Monochromatic Colors of #06517D
Black with #06517D
Text Example
Text Example
White with #06517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06517D; }
p { color: rgb(6,81,125); }
H1.HeaderClassName
{
color: #06517D;
}
.AnyTagClassName
{
color: #06517D;
}
</style>
background-color css
<style>
a { background-color: #06517D; }
a { background-color: rgb(6,81,125); }
div.DivClassName
{
background-color: #06517D;
}
.BgClassName
{
background-color: #06517D;
}
</style>
border-color css
<style>
span { border-color: #06517D; }
span { border-color: rgb(6,81,125); }
td.TdClassName
{
border-color: #06517D;
}
.TagClassName
{
border-color: #06517D;
}
</style>