Shades of Dark Cerulean #0A417C
Tints of Dark Cerulean #0A417C
RGB
CMYK
RGB Variations
Color information
#0A417C (or 0x0A417C) is known color: Dark Cerulean. HEX triplet: 0A, 41 and 7C. RGB value is (10,65,124). Sum of RGB (Red+Green+Blue) = 10+65+124=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A417C is #F5BE83. Grayscale: #363636. Windows color (decimal): -16105092 or 8143114. OLE color: 8143114.
HSL color Cylindrical-coordinate representation of color #0A417C: hue angle of 211.05º 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 #0A417C is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 65 | 124 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.51 |
| HSL | 211.05º | 0.85% | 0.26% | - |
| HSV(B) | 211.05º | 0.92% | 0.49% | - |
| XYZ | 5.65 | 5.3 | 19.79 | - |
| YUV | 55.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 124 | 0.92 | 0.48 | 0 | 0.51 | 211.05 | 0.85 | 0.26 |
| Hex | A | 41 | 7C | 5C | 30 | 0 | 33 | D3 | 55 | 1A |
| Octal | 12 | 101 | 174 | 134 | 60 | 0 | 63 | 323 | 125 | 32 |
| Binary | 1010 | 1000001 | 1111100 | 1011100 | 110000 | 0 | 110011 | 11010011 | 1010101 | 11010 |
Color Harmonies of #0A417C
Complementary color
Monochromatic Colors of #0A417C
Black with #0A417C
Text Example
Text Example
White with #0A417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A417C; }
p { color: rgb(10,65,124); }
H1.HeaderClassName
{
color: #0A417C;
}
.AnyTagClassName
{
color: #0A417C;
}
</style>
background-color css
<style>
a { background-color: #0A417C; }
a { background-color: rgb(10,65,124); }
div.DivClassName
{
background-color: #0A417C;
}
.BgClassName
{
background-color: #0A417C;
}
</style>
border-color css
<style>
span { border-color: #0A417C; }
span { border-color: rgb(10,65,124); }
td.TdClassName
{
border-color: #0A417C;
}
.TagClassName
{
border-color: #0A417C;
}
</style>