Shades of Navy #0B017B
Tints of Navy #0B017B
RGB
CMYK
RGB Variations
Color information
#0B017B (or 0x0B017B) is known color: Navy. HEX triplet: 0B, 01 and 7B. RGB value is (11,1,123). Sum of RGB (Red+Green+Blue) = 11+1+123=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 123 (48.44% from 255 or 91.11% from 135); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B017B is #F4FE84. Grayscale: #111111. Windows color (decimal): -16055941 or 8061195. OLE color: 8061195.
HSL color Cylindrical-coordinate representation of color #0B017B: hue angle of 244.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B017B is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 1 | 123 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.52 |
| HSL | 244.92º | 0.98% | 0.24% | - |
| HSV(B) | 244.92º | 0.99% | 0.48% | - |
| XYZ | 3.72 | 1.52 | 18.84 | - |
| YUV | 17.9 | 187.31 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 123 | 0.91 | 0.99 | 0 | 0.52 | 244.92 | 0.98 | 0.24 |
| Hex | B | 1 | 7B | 5B | 63 | 0 | 34 | F5 | 62 | 18 |
| Octal | 13 | 1 | 173 | 133 | 143 | 0 | 64 | 365 | 142 | 30 |
| Binary | 1011 | 1 | 1111011 | 1011011 | 1100011 | 0 | 110100 | 11110101 | 1100010 | 11000 |
Color Harmonies of #0B017B
Complementary color
Monochromatic Colors of #0B017B
Black with #0B017B
Text Example
Text Example
White with #0B017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B017B; }
p { color: rgb(11,1,123); }
H1.HeaderClassName
{
color: #0B017B;
}
.AnyTagClassName
{
color: #0B017B;
}
</style>
background-color css
<style>
a { background-color: #0B017B; }
a { background-color: rgb(11,1,123); }
div.DivClassName
{
background-color: #0B017B;
}
.BgClassName
{
background-color: #0B017B;
}
</style>
border-color css
<style>
span { border-color: #0B017B; }
span { border-color: rgb(11,1,123); }
td.TdClassName
{
border-color: #0B017B;
}
.TagClassName
{
border-color: #0B017B;
}
</style>