Shades of Navy #0B117D
Tints of Navy #0B117D
RGB
CMYK
RGB Variations
Color information
#0B117D (or 0x0B117D) is known color: Navy. HEX triplet: 0B, 11 and 7D. RGB value is (11,17,125). Sum of RGB (Red+Green+Blue) = 11+17+125=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B117D is #F4EE82. Grayscale: #1B1B1B. Windows color (decimal): -16051843 or 8196363. OLE color: 8196363.
HSL color Cylindrical-coordinate representation of color #0B117D: hue angle of 236.84º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B117D is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 17 | 125 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.51 |
| HSL | 236.84º | 0.84% | 0.27% | - |
| HSV(B) | 236.84º | 0.91% | 0.49% | - |
| XYZ | 4.04 | 1.95 | 19.57 | - |
| YUV | 27.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 125 | 0.91 | 0.86 | 0 | 0.51 | 236.84 | 0.84 | 0.27 |
| Hex | B | 11 | 7D | 5B | 56 | 0 | 33 | ED | 54 | 1B |
| Octal | 13 | 21 | 175 | 133 | 126 | 0 | 63 | 355 | 124 | 33 |
| Binary | 1011 | 10001 | 1111101 | 1011011 | 1010110 | 0 | 110011 | 11101101 | 1010100 | 11011 |
Color Harmonies of #0B117D
Complementary color
Monochromatic Colors of #0B117D
Black with #0B117D
Text Example
Text Example
White with #0B117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B117D; }
p { color: rgb(11,17,125); }
H1.HeaderClassName
{
color: #0B117D;
}
.AnyTagClassName
{
color: #0B117D;
}
</style>
background-color css
<style>
a { background-color: #0B117D; }
a { background-color: rgb(11,17,125); }
div.DivClassName
{
background-color: #0B117D;
}
.BgClassName
{
background-color: #0B117D;
}
</style>
border-color css
<style>
span { border-color: #0B117D; }
span { border-color: rgb(11,17,125); }
td.TdClassName
{
border-color: #0B117D;
}
.TagClassName
{
border-color: #0B117D;
}
</style>