Shades of Navy Blue #0A6ECC
Tints of Navy Blue #0A6ECC
RGB
CMYK
RGB Variations
Color information
#0A6ECC (or 0x0A6ECC) is known color: Navy Blue. HEX triplet: 0A, 6E and CC. RGB value is (10,110,204). Sum of RGB (Red+Green+Blue) = 10+110+204=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A6ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6ECC is #F59133. Grayscale: #5A5A5A. Windows color (decimal): -16093492 or 13397514. OLE color: 13397514.
HSL color Cylindrical-coordinate representation of color #0A6ECC: hue angle of 209.07º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6ECC is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 110 | 204 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.2 |
| HSL | 209.07º | 0.91% | 0.42% | - |
| HSV(B) | 209.07º | 0.95% | 0.8% | - |
| XYZ | 16.6 | 15.58 | 59.26 | - |
| YUV | 90.82 | 191.87 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 204 | 0.95 | 0.46 | 0 | 0.2 | 209.07 | 0.91 | 0.42 |
| Hex | A | 6E | CC | 5F | 2E | 0 | 14 | D1 | 5B | 2A |
| Octal | 12 | 156 | 314 | 137 | 56 | 0 | 24 | 321 | 133 | 52 |
| Binary | 1010 | 1101110 | 11001100 | 1011111 | 101110 | 0 | 10100 | 11010001 | 1011011 | 101010 |
Color Harmonies of #0A6ECC
Complementary color
Monochromatic Colors of #0A6ECC
Black with #0A6ECC
Text Example
Text Example
White with #0A6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6ECC; }
p { color: rgb(10,110,204); }
H1.HeaderClassName
{
color: #0A6ECC;
}
.AnyTagClassName
{
color: #0A6ECC;
}
</style>
background-color css
<style>
a { background-color: #0A6ECC; }
a { background-color: rgb(10,110,204); }
div.DivClassName
{
background-color: #0A6ECC;
}
.BgClassName
{
background-color: #0A6ECC;
}
</style>
border-color css
<style>
span { border-color: #0A6ECC; }
span { border-color: rgb(10,110,204); }
td.TdClassName
{
border-color: #0A6ECC;
}
.TagClassName
{
border-color: #0A6ECC;
}
</style>