Shades of Navy Blue #0A6EDD
Tints of Navy Blue #0A6EDD
RGB
CMYK
RGB Variations
Color information
#0A6EDD (or 0x0A6EDD) is known color: Navy Blue. HEX triplet: 0A, 6E and DD. RGB value is (10,110,221). Sum of RGB (Red+Green+Blue) = 10+110+221=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A6EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6EDD is #F59122. Grayscale: #5C5C5C. Windows color (decimal): -16093475 or 14511626. OLE color: 14511626.
HSL color Cylindrical-coordinate representation of color #0A6EDD: hue angle of 211.56º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6EDD is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 110 | 221 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.13 |
| HSL | 211.56º | 0.91% | 0.45% | - |
| HSV(B) | 211.56º | 0.95% | 0.87% | - |
| XYZ | 18.75 | 16.44 | 70.59 | - |
| YUV | 92.75 | 200.37 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 221 | 0.95 | 0.50 | 0 | 0.13 | 211.56 | 0.91 | 0.45 |
| Hex | A | 6E | DD | 5F | 32 | 0 | D | D4 | 5B | 2D |
| Octal | 12 | 156 | 335 | 137 | 62 | 0 | 15 | 324 | 133 | 55 |
| Binary | 1010 | 1101110 | 11011101 | 1011111 | 110010 | 0 | 1101 | 11010100 | 1011011 | 101101 |
Color Harmonies of #0A6EDD
Complementary color
Monochromatic Colors of #0A6EDD
Black with #0A6EDD
Text Example
Text Example
White with #0A6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6EDD; }
p { color: rgb(10,110,221); }
H1.HeaderClassName
{
color: #0A6EDD;
}
.AnyTagClassName
{
color: #0A6EDD;
}
</style>
background-color css
<style>
a { background-color: #0A6EDD; }
a { background-color: rgb(10,110,221); }
div.DivClassName
{
background-color: #0A6EDD;
}
.BgClassName
{
background-color: #0A6EDD;
}
</style>
border-color css
<style>
span { border-color: #0A6EDD; }
span { border-color: rgb(10,110,221); }
td.TdClassName
{
border-color: #0A6EDD;
}
.TagClassName
{
border-color: #0A6EDD;
}
</style>