Shades of Navy Blue #0A6FE0
Tints of Navy Blue #0A6FE0
RGB
CMYK
RGB Variations
Color information
#0A6FE0 (or 0x0A6FE0) is known color: Navy Blue. HEX triplet: 0A, 6F and E0. RGB value is (10,111,224). Sum of RGB (Red+Green+Blue) = 10+111+224=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #0A6FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FE0 is #F5901F. Grayscale: #5D5D5D. Windows color (decimal): -16093216 or 14708490. OLE color: 14708490.
HSL color Cylindrical-coordinate representation of color #0A6FE0: hue angle of 211.68º 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 #0A6FE0 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 111 | 224 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.12 |
| HSL | 211.68º | 0.91% | 0.46% | - |
| HSV(B) | 211.68º | 0.96% | 0.88% | - |
| XYZ | 19.26 | 16.82 | 72.75 | - |
| YUV | 93.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 224 | 0.96 | 0.50 | 0 | 0.12 | 211.68 | 0.91 | 0.46 |
| Hex | A | 6F | E0 | 60 | 32 | 0 | C | D4 | 5B | 2E |
| Octal | 12 | 157 | 340 | 140 | 62 | 0 | 14 | 324 | 133 | 56 |
| Binary | 1010 | 1101111 | 11100000 | 1100000 | 110010 | 0 | 1100 | 11010100 | 1011011 | 101110 |
Color Harmonies of #0A6FE0
Complementary color
Monochromatic Colors of #0A6FE0
Black with #0A6FE0
Text Example
Text Example
White with #0A6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6FE0; }
p { color: rgb(10,111,224); }
H1.HeaderClassName
{
color: #0A6FE0;
}
.AnyTagClassName
{
color: #0A6FE0;
}
</style>
background-color css
<style>
a { background-color: #0A6FE0; }
a { background-color: rgb(10,111,224); }
div.DivClassName
{
background-color: #0A6FE0;
}
.BgClassName
{
background-color: #0A6FE0;
}
</style>
border-color css
<style>
span { border-color: #0A6FE0; }
span { border-color: rgb(10,111,224); }
td.TdClassName
{
border-color: #0A6FE0;
}
.TagClassName
{
border-color: #0A6FE0;
}
</style>