Shades of Navy #0A006B
Tints of Navy #0A006B
RGB
CMYK
RGB Variations
Color information
#0A006B (or 0x0A006B) is known color: Navy. HEX triplet: 0A, 00 and 6B. RGB value is (10,0,107). Sum of RGB (Red+Green+Blue) = 10+0+107=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 107 (42.19% from 255 or 91.45% from 117); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A006B is #F5FF94. Grayscale: #0E0E0E. Windows color (decimal): -16121749 or 7012362. OLE color: 7012362.
HSL color Cylindrical-coordinate representation of color #0A006B: hue angle of 245.61º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A006B is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 0 | 107 | - |
| CMYK | 0.91 | 1 | 0 | 0.58 |
| HSL | 245.61º | 1% | 0.21% | - |
| HSV(B) | 245.61º | 1% | 0.42% | - |
| XYZ | 2.78 | 1.13 | 13.98 | - |
| YUV | 15.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 107 | 0.91 | 1 | 0 | 0.58 | 245.61 | 1 | 0.21 |
| Hex | A | 0 | 6B | 5B | 64 | 0 | 3A | F6 | 64 | 15 |
| Octal | 12 | 0 | 153 | 133 | 144 | 0 | 72 | 366 | 144 | 25 |
| Binary | 1010 | 0 | 1101011 | 1011011 | 1100100 | 0 | 111010 | 11110110 | 1100100 | 10101 |
Color Harmonies of #0A006B
Complementary color
Monochromatic Colors of #0A006B
Black with #0A006B
Text Example
Text Example
White with #0A006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A006B; }
p { color: rgb(10,0,107); }
H1.HeaderClassName
{
color: #0A006B;
}
.AnyTagClassName
{
color: #0A006B;
}
</style>
background-color css
<style>
a { background-color: #0A006B; }
a { background-color: rgb(10,0,107); }
div.DivClassName
{
background-color: #0A006B;
}
.BgClassName
{
background-color: #0A006B;
}
</style>
border-color css
<style>
span { border-color: #0A006B; }
span { border-color: rgb(10,0,107); }
td.TdClassName
{
border-color: #0A006B;
}
.TagClassName
{
border-color: #0A006B;
}
</style>