Shades of Navy Blue #0A6BE1
Tints of Navy Blue #0A6BE1
RGB
CMYK
RGB Variations
Color information
#0A6BE1 (or 0x0A6BE1) is known color: Navy Blue. HEX triplet: 0A, 6B and E1. RGB value is (10,107,225). Sum of RGB (Red+Green+Blue) = 10+107+225=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A6BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BE1 is #F5941E. Grayscale: #5A5A5A. Windows color (decimal): -16094239 or 14773002. OLE color: 14773002.
HSL color Cylindrical-coordinate representation of color #0A6BE1: hue angle of 212.93º 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 #0A6BE1 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 107 | 225 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.12 |
| HSL | 212.93º | 0.91% | 0.46% | - |
| HSV(B) | 212.93º | 0.96% | 0.88% | - |
| XYZ | 18.97 | 16.02 | 73.33 | - |
| YUV | 91.45 | 203.36 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 225 | 0.96 | 0.52 | 0 | 0.12 | 212.93 | 0.91 | 0.46 |
| Hex | A | 6B | E1 | 60 | 34 | 0 | C | D5 | 5B | 2E |
| Octal | 12 | 153 | 341 | 140 | 64 | 0 | 14 | 325 | 133 | 56 |
| Binary | 1010 | 1101011 | 11100001 | 1100000 | 110100 | 0 | 1100 | 11010101 | 1011011 | 101110 |
Color Harmonies of #0A6BE1
Complementary color
Monochromatic Colors of #0A6BE1
Black with #0A6BE1
Text Example
Text Example
White with #0A6BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6BE1; }
p { color: rgb(10,107,225); }
H1.HeaderClassName
{
color: #0A6BE1;
}
.AnyTagClassName
{
color: #0A6BE1;
}
</style>
background-color css
<style>
a { background-color: #0A6BE1; }
a { background-color: rgb(10,107,225); }
div.DivClassName
{
background-color: #0A6BE1;
}
.BgClassName
{
background-color: #0A6BE1;
}
</style>
border-color css
<style>
span { border-color: #0A6BE1; }
span { border-color: rgb(10,107,225); }
td.TdClassName
{
border-color: #0A6BE1;
}
.TagClassName
{
border-color: #0A6BE1;
}
</style>