Shades of Navy Blue #0A6EBE
Tints of Navy Blue #0A6EBE
RGB
CMYK
RGB Variations
Color information
#0A6EBE (or 0x0A6EBE) is known color: Navy Blue. HEX triplet: 0A, 6E and BE. RGB value is (10,110,190). Sum of RGB (Red+Green+Blue) = 10+110+190=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A6EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6EBE is #F59141. Grayscale: #585858. Windows color (decimal): -16093506 or 12480010. OLE color: 12480010.
HSL color Cylindrical-coordinate representation of color #0A6EBE: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6EBE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 110 | 190 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.25 |
| HSL | 206.67º | 0.9% | 0.39% | - |
| HSV(B) | 206.67º | 0.95% | 0.75% | - |
| XYZ | 15 | 14.93 | 50.81 | - |
| YUV | 89.22 | 184.87 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 190 | 0.95 | 0.42 | 0 | 0.25 | 206.67 | 0.9 | 0.39 |
| Hex | A | 6E | BE | 5F | 2A | 0 | 19 | CF | 5A | 27 |
| Octal | 12 | 156 | 276 | 137 | 52 | 0 | 31 | 317 | 132 | 47 |
| Binary | 1010 | 1101110 | 10111110 | 1011111 | 101010 | 0 | 11001 | 11001111 | 1011010 | 100111 |
Color Harmonies of #0A6EBE
Complementary color
Monochromatic Colors of #0A6EBE
Black with #0A6EBE
Text Example
Text Example
White with #0A6EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6EBE; }
p { color: rgb(10,110,190); }
H1.HeaderClassName
{
color: #0A6EBE;
}
.AnyTagClassName
{
color: #0A6EBE;
}
</style>
background-color css
<style>
a { background-color: #0A6EBE; }
a { background-color: rgb(10,110,190); }
div.DivClassName
{
background-color: #0A6EBE;
}
.BgClassName
{
background-color: #0A6EBE;
}
</style>
border-color css
<style>
span { border-color: #0A6EBE; }
span { border-color: rgb(10,110,190); }
td.TdClassName
{
border-color: #0A6EBE;
}
.TagClassName
{
border-color: #0A6EBE;
}
</style>