Shades of Dark Cerulean #0A517C
Tints of Dark Cerulean #0A517C
RGB
CMYK
RGB Variations
Color information
#0A517C (or 0x0A517C) is known color: Dark Cerulean. HEX triplet: 0A, 51 and 7C. RGB value is (10,81,124). Sum of RGB (Red+Green+Blue) = 10+81+124=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A517C is #F5AE83. Grayscale: #404040. Windows color (decimal): -16100996 or 8147210. OLE color: 8147210.
HSL color Cylindrical-coordinate representation of color #0A517C: hue angle of 202.63º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A517C is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 81 | 124 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.51 |
| HSL | 202.63º | 0.85% | 0.26% | - |
| HSV(B) | 202.63º | 0.92% | 0.49% | - |
| XYZ | 6.71 | 7.4 | 20.14 | - |
| YUV | 64.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 124 | 0.92 | 0.35 | 0 | 0.51 | 202.63 | 0.85 | 0.26 |
| Hex | A | 51 | 7C | 5C | 23 | 0 | 33 | CB | 55 | 1A |
| Octal | 12 | 121 | 174 | 134 | 43 | 0 | 63 | 313 | 125 | 32 |
| Binary | 1010 | 1010001 | 1111100 | 1011100 | 100011 | 0 | 110011 | 11001011 | 1010101 | 11010 |
Color Harmonies of #0A517C
Complementary color
Monochromatic Colors of #0A517C
Black with #0A517C
Text Example
Text Example
White with #0A517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A517C; }
p { color: rgb(10,81,124); }
H1.HeaderClassName
{
color: #0A517C;
}
.AnyTagClassName
{
color: #0A517C;
}
</style>
background-color css
<style>
a { background-color: #0A517C; }
a { background-color: rgb(10,81,124); }
div.DivClassName
{
background-color: #0A517C;
}
.BgClassName
{
background-color: #0A517C;
}
</style>
border-color css
<style>
span { border-color: #0A517C; }
span { border-color: rgb(10,81,124); }
td.TdClassName
{
border-color: #0A517C;
}
.TagClassName
{
border-color: #0A517C;
}
</style>