Shades of Navy Blue #0A6BDB
Tints of Navy Blue #0A6BDB
RGB
CMYK
RGB Variations
Color information
#0A6BDB (or 0x0A6BDB) is known color: Navy Blue. HEX triplet: 0A, 6B and DB. RGB value is (10,107,219). Sum of RGB (Red+Green+Blue) = 10+107+219=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A6BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BDB is #F59424. Grayscale: #5A5A5A. Windows color (decimal): -16094245 or 14379786. OLE color: 14379786.
HSL color Cylindrical-coordinate representation of color #0A6BDB: hue angle of 212.15º 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 #0A6BDB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 107 | 219 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.14 |
| HSL | 212.15º | 0.91% | 0.45% | - |
| HSV(B) | 212.15º | 0.95% | 0.86% | - |
| XYZ | 18.17 | 15.69 | 69.09 | - |
| YUV | 90.77 | 200.36 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 219 | 0.95 | 0.51 | 0 | 0.14 | 212.15 | 0.91 | 0.45 |
| Hex | A | 6B | DB | 5F | 33 | 0 | E | D4 | 5B | 2D |
| Octal | 12 | 153 | 333 | 137 | 63 | 0 | 16 | 324 | 133 | 55 |
| Binary | 1010 | 1101011 | 11011011 | 1011111 | 110011 | 0 | 1110 | 11010100 | 1011011 | 101101 |
Color Harmonies of #0A6BDB
Complementary color
Monochromatic Colors of #0A6BDB
Black with #0A6BDB
Text Example
Text Example
White with #0A6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6BDB; }
p { color: rgb(10,107,219); }
H1.HeaderClassName
{
color: #0A6BDB;
}
.AnyTagClassName
{
color: #0A6BDB;
}
</style>
background-color css
<style>
a { background-color: #0A6BDB; }
a { background-color: rgb(10,107,219); }
div.DivClassName
{
background-color: #0A6BDB;
}
.BgClassName
{
background-color: #0A6BDB;
}
</style>
border-color css
<style>
span { border-color: #0A6BDB; }
span { border-color: rgb(10,107,219); }
td.TdClassName
{
border-color: #0A6BDB;
}
.TagClassName
{
border-color: #0A6BDB;
}
</style>