Shades of Navy #0A026F
Tints of Navy #0A026F
RGB
CMYK
RGB Variations
Color information
#0A026F (or 0x0A026F) is known color: Navy. HEX triplet: 0A, 02 and 6F. RGB value is (10,2,111). Sum of RGB (Red+Green+Blue) = 10+2+111=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A026F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A026F is #F5FD90. Grayscale: #101010. Windows color (decimal): -16121233 or 7275018. OLE color: 7275018.
HSL color Cylindrical-coordinate representation of color #0A026F: hue angle of 244.4º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A026F is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 2 | 111 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.56 |
| HSL | 244.4º | 0.96% | 0.22% | - |
| HSV(B) | 244.4º | 0.98% | 0.44% | - |
| XYZ | 3.02 | 1.26 | 15.12 | - |
| YUV | 16.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 111 | 0.91 | 0.98 | 0 | 0.56 | 244.4 | 0.96 | 0.22 |
| Hex | A | 2 | 6F | 5B | 62 | 0 | 38 | F4 | 60 | 16 |
| Octal | 12 | 2 | 157 | 133 | 142 | 0 | 70 | 364 | 140 | 26 |
| Binary | 1010 | 10 | 1101111 | 1011011 | 1100010 | 0 | 111000 | 11110100 | 1100000 | 10110 |
Color Harmonies of #0A026F
Complementary color
Monochromatic Colors of #0A026F
Black with #0A026F
Text Example
Text Example
White with #0A026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A026F; }
p { color: rgb(10,2,111); }
H1.HeaderClassName
{
color: #0A026F;
}
.AnyTagClassName
{
color: #0A026F;
}
</style>
background-color css
<style>
a { background-color: #0A026F; }
a { background-color: rgb(10,2,111); }
div.DivClassName
{
background-color: #0A026F;
}
.BgClassName
{
background-color: #0A026F;
}
</style>
border-color css
<style>
span { border-color: #0A026F; }
span { border-color: rgb(10,2,111); }
td.TdClassName
{
border-color: #0A026F;
}
.TagClassName
{
border-color: #0A026F;
}
</style>