Shades of Navy Blue #0A6FDB
Tints of Navy Blue #0A6FDB
RGB
CMYK
RGB Variations
Color information
#0A6FDB (or 0x0A6FDB) is known color: Navy Blue. HEX triplet: 0A, 6F and DB. RGB value is (10,111,219). Sum of RGB (Red+Green+Blue) = 10+111+219=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A6FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FDB is #F59024. Grayscale: #5C5C5C. Windows color (decimal): -16093221 or 14380810. OLE color: 14380810.
HSL color Cylindrical-coordinate representation of color #0A6FDB: hue angle of 211º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6FDB is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 111 | 219 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.14 |
| HSL | 211º | 0.91% | 0.45% | - |
| HSV(B) | 211º | 0.95% | 0.86% | - |
| XYZ | 18.6 | 16.55 | 69.23 | - |
| YUV | 93.11 | 199.04 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 219 | 0.95 | 0.49 | 0 | 0.14 | 211 | 0.91 | 0.45 |
| Hex | A | 6F | DB | 5F | 31 | 0 | E | D3 | 5B | 2D |
| Octal | 12 | 157 | 333 | 137 | 61 | 0 | 16 | 323 | 133 | 55 |
| Binary | 1010 | 1101111 | 11011011 | 1011111 | 110001 | 0 | 1110 | 11010011 | 1011011 | 101101 |
Color Harmonies of #0A6FDB
Complementary color
Monochromatic Colors of #0A6FDB
Black with #0A6FDB
Text Example
Text Example
White with #0A6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6FDB; }
p { color: rgb(10,111,219); }
H1.HeaderClassName
{
color: #0A6FDB;
}
.AnyTagClassName
{
color: #0A6FDB;
}
</style>
background-color css
<style>
a { background-color: #0A6FDB; }
a { background-color: rgb(10,111,219); }
div.DivClassName
{
background-color: #0A6FDB;
}
.BgClassName
{
background-color: #0A6FDB;
}
</style>
border-color css
<style>
span { border-color: #0A6FDB; }
span { border-color: rgb(10,111,219); }
td.TdClassName
{
border-color: #0A6FDB;
}
.TagClassName
{
border-color: #0A6FDB;
}
</style>