Shades of Navy #0A0B73
Tints of Navy #0A0B73
RGB
CMYK
RGB Variations
Color information
#0A0B73 (or 0x0A0B73) is known color: Navy. HEX triplet: 0A, 0B and 73. RGB value is (10,11,115). Sum of RGB (Red+Green+Blue) = 10+11+115=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A0B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0B73 is #F5F48C. Grayscale: #161616. Windows color (decimal): -16118925 or 7539466. OLE color: 7539466.
HSL color Cylindrical-coordinate representation of color #0A0B73: hue angle of 239.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A0B73 is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 11 | 115 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.55 |
| HSL | 239.43º | 0.84% | 0.25% | - |
| HSV(B) | 239.43º | 0.91% | 0.45% | - |
| XYZ | 3.34 | 1.54 | 16.34 | - |
| YUV | 22.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 115 | 0.91 | 0.90 | 0 | 0.55 | 239.43 | 0.84 | 0.25 |
| Hex | A | B | 73 | 5B | 5A | 0 | 37 | EF | 54 | 19 |
| Octal | 12 | 13 | 163 | 133 | 132 | 0 | 67 | 357 | 124 | 31 |
| Binary | 1010 | 1011 | 1110011 | 1011011 | 1011010 | 0 | 110111 | 11101111 | 1010100 | 11001 |
Color Harmonies of #0A0B73
Complementary color
Monochromatic Colors of #0A0B73
Black with #0A0B73
Text Example
Text Example
White with #0A0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B73; }
p { color: rgb(10,11,115); }
H1.HeaderClassName
{
color: #0A0B73;
}
.AnyTagClassName
{
color: #0A0B73;
}
</style>
background-color css
<style>
a { background-color: #0A0B73; }
a { background-color: rgb(10,11,115); }
div.DivClassName
{
background-color: #0A0B73;
}
.BgClassName
{
background-color: #0A0B73;
}
</style>
border-color css
<style>
span { border-color: #0A0B73; }
span { border-color: rgb(10,11,115); }
td.TdClassName
{
border-color: #0A0B73;
}
.TagClassName
{
border-color: #0A0B73;
}
</style>