Shades of Navy #0B0271
Tints of Navy #0B0271
RGB
CMYK
RGB Variations
Color information
#0B0271 (or 0x0B0271) is known color: Navy. HEX triplet: 0B, 02 and 71. RGB value is (11,2,113). Sum of RGB (Red+Green+Blue) = 11+2+113=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 113 (44.53% from 255 or 89.68% from 126); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B0271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0271 is #F4FD8E. Grayscale: #101010. Windows color (decimal): -16055695 or 7406091. OLE color: 7406091.
HSL color Cylindrical-coordinate representation of color #0B0271: hue angle of 244.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0271 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 2 | 113 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.56 |
| HSL | 244.86º | 0.97% | 0.23% | - |
| HSV(B) | 244.86º | 0.98% | 0.44% | - |
| XYZ | 3.14 | 1.31 | 15.71 | - |
| YUV | 17.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 113 | 0.90 | 0.98 | 0 | 0.56 | 244.86 | 0.97 | 0.23 |
| Hex | B | 2 | 71 | 5A | 62 | 0 | 38 | F5 | 61 | 17 |
| Octal | 13 | 2 | 161 | 132 | 142 | 0 | 70 | 365 | 141 | 27 |
| Binary | 1011 | 10 | 1110001 | 1011010 | 1100010 | 0 | 111000 | 11110101 | 1100001 | 10111 |
Color Harmonies of #0B0271
Complementary color
Monochromatic Colors of #0B0271
Black with #0B0271
Text Example
Text Example
White with #0B0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0271; }
p { color: rgb(11,2,113); }
H1.HeaderClassName
{
color: #0B0271;
}
.AnyTagClassName
{
color: #0B0271;
}
</style>
background-color css
<style>
a { background-color: #0B0271; }
a { background-color: rgb(11,2,113); }
div.DivClassName
{
background-color: #0B0271;
}
.BgClassName
{
background-color: #0B0271;
}
</style>
border-color css
<style>
span { border-color: #0B0271; }
span { border-color: rgb(11,2,113); }
td.TdClassName
{
border-color: #0B0271;
}
.TagClassName
{
border-color: #0B0271;
}
</style>