Shades of Dark Cerulean #0A4876
Tints of Dark Cerulean #0A4876
RGB
CMYK
RGB Variations
Color information
#0A4876 (or 0x0A4876) is known color: Dark Cerulean. HEX triplet: 0A, 48 and 76. RGB value is (10,72,118). Sum of RGB (Red+Green+Blue) = 10+72+118=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A4876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4876 is #F5B789. Grayscale: #3A3A3A. Windows color (decimal): -16103306 or 7751690. OLE color: 7751690.
HSL color Cylindrical-coordinate representation of color #0A4876: hue angle of 205.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4876 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 72 | 118 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.54 |
| HSL | 205.56º | 0.84% | 0.25% | - |
| HSV(B) | 205.56º | 0.92% | 0.46% | - |
| XYZ | 5.71 | 6.01 | 18 | - |
| YUV | 58.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 118 | 0.92 | 0.39 | 0 | 0.54 | 205.56 | 0.84 | 0.25 |
| Hex | A | 48 | 76 | 5C | 27 | 0 | 36 | CE | 54 | 19 |
| Octal | 12 | 110 | 166 | 134 | 47 | 0 | 66 | 316 | 124 | 31 |
| Binary | 1010 | 1001000 | 1110110 | 1011100 | 100111 | 0 | 110110 | 11001110 | 1010100 | 11001 |
Color Harmonies of #0A4876
Complementary color
Monochromatic Colors of #0A4876
Black with #0A4876
Text Example
Text Example
White with #0A4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4876; }
p { color: rgb(10,72,118); }
H1.HeaderClassName
{
color: #0A4876;
}
.AnyTagClassName
{
color: #0A4876;
}
</style>
background-color css
<style>
a { background-color: #0A4876; }
a { background-color: rgb(10,72,118); }
div.DivClassName
{
background-color: #0A4876;
}
.BgClassName
{
background-color: #0A4876;
}
</style>
border-color css
<style>
span { border-color: #0A4876; }
span { border-color: rgb(10,72,118); }
td.TdClassName
{
border-color: #0A4876;
}
.TagClassName
{
border-color: #0A4876;
}
</style>