Shades of Navy #010B76
Tints of Navy #010B76
RGB
CMYK
RGB Variations
Color information
#010B76 (or 0x010B76) is known color: Navy. HEX triplet: 01, 0B and 76. RGB value is (1,11,118). Sum of RGB (Red+Green+Blue) = 1+11+118=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 118 (46.48% from 255 or 90.77% from 130); Max value from RGB is 118 - color contains mainly: blue. Hex color #010B76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B76 is #FEF489. Grayscale: #131313. Windows color (decimal): -16708746 or 7736065. OLE color: 7736065.
HSL color Cylindrical-coordinate representation of color #010B76: hue angle of 234.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B76 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 11 | 118 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.54 |
| HSL | 234.87º | 0.98% | 0.23% | - |
| HSV(B) | 234.87º | 0.99% | 0.46% | - |
| XYZ | 3.4 | 1.55 | 17.26 | - |
| YUV | 20.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 118 | 0.99 | 0.91 | 0 | 0.54 | 234.87 | 0.98 | 0.23 |
| Hex | 1 | B | 76 | 63 | 5B | 0 | 36 | EB | 62 | 17 |
| Octal | 1 | 13 | 166 | 143 | 133 | 0 | 66 | 353 | 142 | 27 |
| Binary | 1 | 1011 | 1110110 | 1100011 | 1011011 | 0 | 110110 | 11101011 | 1100010 | 10111 |
Color Harmonies of #010B76
Complementary color
Monochromatic Colors of #010B76
Black with #010B76
Text Example
Text Example
White with #010B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B76; }
p { color: rgb(1,11,118); }
H1.HeaderClassName
{
color: #010B76;
}
.AnyTagClassName
{
color: #010B76;
}
</style>
background-color css
<style>
a { background-color: #010B76; }
a { background-color: rgb(1,11,118); }
div.DivClassName
{
background-color: #010B76;
}
.BgClassName
{
background-color: #010B76;
}
</style>
border-color css
<style>
span { border-color: #010B76; }
span { border-color: rgb(1,11,118); }
td.TdClassName
{
border-color: #010B76;
}
.TagClassName
{
border-color: #010B76;
}
</style>