Shades of Navy Blue #0A6FEB
Tints of Navy Blue #0A6FEB
RGB
CMYK
RGB Variations
Color information
#0A6FEB (or 0x0A6FEB) is known color: Navy Blue. HEX triplet: 0A, 6F and EB. RGB value is (10,111,235). Sum of RGB (Red+Green+Blue) = 10+111+235=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A6FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6FEB is #F59014. Grayscale: #5E5E5E. Windows color (decimal): -16093205 or 15429386. OLE color: 15429386.
HSL color Cylindrical-coordinate representation of color #0A6FEB: hue angle of 213.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6FEB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 111 | 235 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.08 |
| HSL | 213.07º | 0.92% | 0.48% | - |
| HSV(B) | 213.07º | 0.96% | 0.92% | - |
| XYZ | 20.81 | 17.43 | 80.87 | - |
| YUV | 94.94 | 207.04 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 235 | 0.96 | 0.53 | 0 | 0.08 | 213.07 | 0.92 | 0.48 |
| Hex | A | 6F | EB | 60 | 35 | 0 | 8 | D5 | 5C | 30 |
| Octal | 12 | 157 | 353 | 140 | 65 | 0 | 10 | 325 | 134 | 60 |
| Binary | 1010 | 1101111 | 11101011 | 1100000 | 110101 | 0 | 1000 | 11010101 | 1011100 | 110000 |
Color Harmonies of #0A6FEB
Complementary color
Monochromatic Colors of #0A6FEB
Black with #0A6FEB
Text Example
Text Example
White with #0A6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6FEB; }
p { color: rgb(10,111,235); }
H1.HeaderClassName
{
color: #0A6FEB;
}
.AnyTagClassName
{
color: #0A6FEB;
}
</style>
background-color css
<style>
a { background-color: #0A6FEB; }
a { background-color: rgb(10,111,235); }
div.DivClassName
{
background-color: #0A6FEB;
}
.BgClassName
{
background-color: #0A6FEB;
}
</style>
border-color css
<style>
span { border-color: #0A6FEB; }
span { border-color: rgb(10,111,235); }
td.TdClassName
{
border-color: #0A6FEB;
}
.TagClassName
{
border-color: #0A6FEB;
}
</style>