Shades of Navy #0B0270
Tints of Navy #0B0270
RGB
CMYK
RGB Variations
Color information
#0B0270 (or 0x0B0270) is known color: Navy. HEX triplet: 0B, 02 and 70. RGB value is (11,2,112). Sum of RGB (Red+Green+Blue) = 11+2+112=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0270 is #F4FD8F. Grayscale: #101010. Windows color (decimal): -16055696 or 7340555. OLE color: 7340555.
HSL color Cylindrical-coordinate representation of color #0B0270: hue angle of 244.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0270 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 2 | 112 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.56 |
| HSL | 244.91º | 0.96% | 0.22% | - |
| HSV(B) | 244.91º | 0.98% | 0.44% | - |
| XYZ | 3.08 | 1.28 | 15.41 | - |
| YUV | 17.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 112 | 0.90 | 0.98 | 0 | 0.56 | 244.91 | 0.96 | 0.22 |
| Hex | B | 2 | 70 | 5A | 62 | 0 | 38 | F5 | 60 | 16 |
| Octal | 13 | 2 | 160 | 132 | 142 | 0 | 70 | 365 | 140 | 26 |
| Binary | 1011 | 10 | 1110000 | 1011010 | 1100010 | 0 | 111000 | 11110101 | 1100000 | 10110 |
Color Harmonies of #0B0270
Complementary color
Monochromatic Colors of #0B0270
Black with #0B0270
Text Example
Text Example
White with #0B0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0270; }
p { color: rgb(11,2,112); }
H1.HeaderClassName
{
color: #0B0270;
}
.AnyTagClassName
{
color: #0B0270;
}
</style>
background-color css
<style>
a { background-color: #0B0270; }
a { background-color: rgb(11,2,112); }
div.DivClassName
{
background-color: #0B0270;
}
.BgClassName
{
background-color: #0B0270;
}
</style>
border-color css
<style>
span { border-color: #0B0270; }
span { border-color: rgb(11,2,112); }
td.TdClassName
{
border-color: #0B0270;
}
.TagClassName
{
border-color: #0B0270;
}
</style>