Shades of Navy #0B0170
Tints of Navy #0B0170
RGB
CMYK
RGB Variations
Color information
#0B0170 (or 0x0B0170) is known color: Navy. HEX triplet: 0B, 01 and 70. RGB value is (11,1,112). Sum of RGB (Red+Green+Blue) = 11+1+112=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0170 is #F4FE8F. Grayscale: #101010. Windows color (decimal): -16055952 or 7340299. OLE color: 7340299.
HSL color Cylindrical-coordinate representation of color #0B0170: hue angle of 245.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0170 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 1 | 112 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.56 |
| HSL | 245.41º | 0.98% | 0.22% | - |
| HSV(B) | 245.41º | 0.99% | 0.44% | - |
| XYZ | 3.07 | 1.26 | 15.41 | - |
| YUV | 16.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 112 | 0.90 | 0.99 | 0 | 0.56 | 245.41 | 0.98 | 0.22 |
| Hex | B | 1 | 70 | 5A | 63 | 0 | 38 | F5 | 62 | 16 |
| Octal | 13 | 1 | 160 | 132 | 143 | 0 | 70 | 365 | 142 | 26 |
| Binary | 1011 | 1 | 1110000 | 1011010 | 1100011 | 0 | 111000 | 11110101 | 1100010 | 10110 |
Color Harmonies of #0B0170
Complementary color
Monochromatic Colors of #0B0170
Black with #0B0170
Text Example
Text Example
White with #0B0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0170; }
p { color: rgb(11,1,112); }
H1.HeaderClassName
{
color: #0B0170;
}
.AnyTagClassName
{
color: #0B0170;
}
</style>
background-color css
<style>
a { background-color: #0B0170; }
a { background-color: rgb(11,1,112); }
div.DivClassName
{
background-color: #0B0170;
}
.BgClassName
{
background-color: #0B0170;
}
</style>
border-color css
<style>
span { border-color: #0B0170; }
span { border-color: rgb(11,1,112); }
td.TdClassName
{
border-color: #0B0170;
}
.TagClassName
{
border-color: #0B0170;
}
</style>