Shades of Navy Blue #0A6EE0
Tints of Navy Blue #0A6EE0
RGB
CMYK
RGB Variations
Color information
#0A6EE0 (or 0x0A6EE0) is known color: Navy Blue. HEX triplet: 0A, 6E and E0. RGB value is (10,110,224). Sum of RGB (Red+Green+Blue) = 10+110+224=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #0A6EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6EE0 is #F5911F. Grayscale: #5C5C5C. Windows color (decimal): -16093472 or 14708234. OLE color: 14708234.
HSL color Cylindrical-coordinate representation of color #0A6EE0: hue angle of 211.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6EE0 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 110 | 224 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.12 |
| HSL | 211.96º | 0.91% | 0.46% | - |
| HSV(B) | 211.96º | 0.96% | 0.88% | - |
| XYZ | 19.16 | 16.6 | 72.72 | - |
| YUV | 93.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 224 | 0.96 | 0.51 | 0 | 0.12 | 211.96 | 0.91 | 0.46 |
| Hex | A | 6E | E0 | 60 | 33 | 0 | C | D4 | 5B | 2E |
| Octal | 12 | 156 | 340 | 140 | 63 | 0 | 14 | 324 | 133 | 56 |
| Binary | 1010 | 1101110 | 11100000 | 1100000 | 110011 | 0 | 1100 | 11010100 | 1011011 | 101110 |
Color Harmonies of #0A6EE0
Complementary color
Monochromatic Colors of #0A6EE0
Black with #0A6EE0
Text Example
Text Example
White with #0A6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6EE0; }
p { color: rgb(10,110,224); }
H1.HeaderClassName
{
color: #0A6EE0;
}
.AnyTagClassName
{
color: #0A6EE0;
}
</style>
background-color css
<style>
a { background-color: #0A6EE0; }
a { background-color: rgb(10,110,224); }
div.DivClassName
{
background-color: #0A6EE0;
}
.BgClassName
{
background-color: #0A6EE0;
}
</style>
border-color css
<style>
span { border-color: #0A6EE0; }
span { border-color: rgb(10,110,224); }
td.TdClassName
{
border-color: #0A6EE0;
}
.TagClassName
{
border-color: #0A6EE0;
}
</style>