Shades of Navy #000B70
Tints of Navy #000B70
RGB
CMYK
RGB Variations
Color information
#000B70 (or 0x000B70) is known color: Navy. HEX triplet: 00, 0B and 70. RGB value is (0,11,112). Sum of RGB (Red+Green+Blue) = 0+11+112=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #000B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B70 is #FFF48F. Grayscale: #121212. Windows color (decimal): -16774288 or 7342848. OLE color: 7342848.
HSL color Cylindrical-coordinate representation of color #000B70: hue angle of 234.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B70 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 11 | 112 | - |
| CMYK | 1 | 0.90 | 0 | 0.56 |
| HSL | 234.11º | 1% | 0.22% | - |
| HSV(B) | 234.11º | 1% | 0.44% | - |
| XYZ | 3.04 | 1.41 | 15.44 | - |
| YUV | 19.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 112 | 1 | 0.90 | 0 | 0.56 | 234.11 | 1 | 0.22 |
| Hex | 0 | B | 70 | 64 | 5A | 0 | 38 | EA | 64 | 16 |
| Octal | 0 | 13 | 160 | 144 | 132 | 0 | 70 | 352 | 144 | 26 |
| Binary | 0 | 1011 | 1110000 | 1100100 | 1011010 | 0 | 111000 | 11101010 | 1100100 | 10110 |
Color Harmonies of #000B70
Complementary color
Monochromatic Colors of #000B70
Black with #000B70
Text Example
Text Example
White with #000B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B70; }
p { color: rgb(0,11,112); }
H1.HeaderClassName
{
color: #000B70;
}
.AnyTagClassName
{
color: #000B70;
}
</style>
background-color css
<style>
a { background-color: #000B70; }
a { background-color: rgb(0,11,112); }
div.DivClassName
{
background-color: #000B70;
}
.BgClassName
{
background-color: #000B70;
}
</style>
border-color css
<style>
span { border-color: #000B70; }
span { border-color: rgb(0,11,112); }
td.TdClassName
{
border-color: #000B70;
}
.TagClassName
{
border-color: #000B70;
}
</style>