Shades of Navy Blue #0A6DC0
Tints of Navy Blue #0A6DC0
RGB
CMYK
RGB Variations
Color information
#0A6DC0 (or 0x0A6DC0) is known color: Navy Blue. HEX triplet: 0A, 6D and C0. RGB value is (10,109,192). Sum of RGB (Red+Green+Blue) = 10+109+192=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A6DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DC0 is #F5923F. Grayscale: #585858. Windows color (decimal): -16093760 or 12610826. OLE color: 12610826.
HSL color Cylindrical-coordinate representation of color #0A6DC0: hue angle of 207.36º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6DC0 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 109 | 192 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.25 |
| HSL | 207.36º | 0.9% | 0.4% | - |
| HSV(B) | 207.36º | 0.95% | 0.75% | - |
| XYZ | 15.11 | 14.81 | 51.93 | - |
| YUV | 88.86 | 186.2 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 192 | 0.95 | 0.43 | 0 | 0.25 | 207.36 | 0.9 | 0.4 |
| Hex | A | 6D | C0 | 5F | 2B | 0 | 19 | CF | 5A | 28 |
| Octal | 12 | 155 | 300 | 137 | 53 | 0 | 31 | 317 | 132 | 50 |
| Binary | 1010 | 1101101 | 11000000 | 1011111 | 101011 | 0 | 11001 | 11001111 | 1011010 | 101000 |
Color Harmonies of #0A6DC0
Complementary color
Monochromatic Colors of #0A6DC0
Black with #0A6DC0
Text Example
Text Example
White with #0A6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6DC0; }
p { color: rgb(10,109,192); }
H1.HeaderClassName
{
color: #0A6DC0;
}
.AnyTagClassName
{
color: #0A6DC0;
}
</style>
background-color css
<style>
a { background-color: #0A6DC0; }
a { background-color: rgb(10,109,192); }
div.DivClassName
{
background-color: #0A6DC0;
}
.BgClassName
{
background-color: #0A6DC0;
}
</style>
border-color css
<style>
span { border-color: #0A6DC0; }
span { border-color: rgb(10,109,192); }
td.TdClassName
{
border-color: #0A6DC0;
}
.TagClassName
{
border-color: #0A6DC0;
}
</style>