Shades of Navy #010B73
Tints of Navy #010B73
RGB
CMYK
RGB Variations
Color information
#010B73 (or 0x010B73) is known color: Navy. HEX triplet: 01, 0B and 73. RGB value is (1,11,115). Sum of RGB (Red+Green+Blue) = 1+11+115=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #010B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B73 is #FEF48C. Grayscale: #131313. Windows color (decimal): -16708749 or 7539457. OLE color: 7539457.
HSL color Cylindrical-coordinate representation of color #010B73: hue angle of 234.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B73 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 11 | 115 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.55 |
| HSL | 234.74º | 0.98% | 0.23% | - |
| HSV(B) | 234.74º | 0.99% | 0.45% | - |
| XYZ | 3.23 | 1.48 | 16.34 | - |
| YUV | 19.87 | 181.69 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 115 | 0.99 | 0.90 | 0 | 0.55 | 234.74 | 0.98 | 0.23 |
| Hex | 1 | B | 73 | 63 | 5A | 0 | 37 | EB | 62 | 17 |
| Octal | 1 | 13 | 163 | 143 | 132 | 0 | 67 | 353 | 142 | 27 |
| Binary | 1 | 1011 | 1110011 | 1100011 | 1011010 | 0 | 110111 | 11101011 | 1100010 | 10111 |
Color Harmonies of #010B73
Complementary color
Monochromatic Colors of #010B73
Black with #010B73
Text Example
Text Example
White with #010B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B73; }
p { color: rgb(1,11,115); }
H1.HeaderClassName
{
color: #010B73;
}
.AnyTagClassName
{
color: #010B73;
}
</style>
background-color css
<style>
a { background-color: #010B73; }
a { background-color: rgb(1,11,115); }
div.DivClassName
{
background-color: #010B73;
}
.BgClassName
{
background-color: #010B73;
}
</style>
border-color css
<style>
span { border-color: #010B73; }
span { border-color: rgb(1,11,115); }
td.TdClassName
{
border-color: #010B73;
}
.TagClassName
{
border-color: #010B73;
}
</style>