Shades of Navy #0B0F7F
Tints of Navy #0B0F7F
RGB
CMYK
RGB Variations
Color information
#0B0F7F (or 0x0B0F7F) is known color: Navy. HEX triplet: 0B, 0F and 7F. RGB value is (11,15,127). Sum of RGB (Red+Green+Blue) = 11+15+127=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #0B0F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0F7F is #F4F080. Grayscale: #1A1A1A. Windows color (decimal): -16052353 or 8326923. OLE color: 8326923.
HSL color Cylindrical-coordinate representation of color #0B0F7F: hue angle of 237.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0F7F is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 15 | 127 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.50 |
| HSL | 237.93º | 0.84% | 0.27% | - |
| HSV(B) | 237.93º | 0.91% | 0.5% | - |
| XYZ | 4.14 | 1.95 | 20.24 | - |
| YUV | 26.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 127 | 0.91 | 0.88 | 0 | 0.50 | 237.93 | 0.84 | 0.27 |
| Hex | B | F | 7F | 5B | 58 | 0 | 32 | EE | 54 | 1B |
| Octal | 13 | 17 | 177 | 133 | 130 | 0 | 62 | 356 | 124 | 33 |
| Binary | 1011 | 1111 | 1111111 | 1011011 | 1011000 | 0 | 110010 | 11101110 | 1010100 | 11011 |
Color Harmonies of #0B0F7F
Complementary color
Monochromatic Colors of #0B0F7F
Black with #0B0F7F
Text Example
Text Example
White with #0B0F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F7F; }
p { color: rgb(11,15,127); }
H1.HeaderClassName
{
color: #0B0F7F;
}
.AnyTagClassName
{
color: #0B0F7F;
}
</style>
background-color css
<style>
a { background-color: #0B0F7F; }
a { background-color: rgb(11,15,127); }
div.DivClassName
{
background-color: #0B0F7F;
}
.BgClassName
{
background-color: #0B0F7F;
}
</style>
border-color css
<style>
span { border-color: #0B0F7F; }
span { border-color: rgb(11,15,127); }
td.TdClassName
{
border-color: #0B0F7F;
}
.TagClassName
{
border-color: #0B0F7F;
}
</style>