Shades of Navy #0B0B75
Tints of Navy #0B0B75
RGB
CMYK
RGB Variations
Color information
#0B0B75 (or 0x0B0B75) is known color: Navy. HEX triplet: 0B, 0B and 75. RGB value is (11,11,117). Sum of RGB (Red+Green+Blue) = 11+11+117=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B0B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0B75 is #F4F48A. Grayscale: #161616. Windows color (decimal): -16053387 or 7670539. OLE color: 7670539.
HSL color Cylindrical-coordinate representation of color #0B0B75: hue angle of 240º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0B75 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 11 | 117 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.54 |
| HSL | 240º | 0.83% | 0.25% | - |
| HSV(B) | 240º | 0.91% | 0.46% | - |
| XYZ | 3.47 | 1.59 | 16.95 | - |
| YUV | 23.08 | 181 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 117 | 0.91 | 0.91 | 0 | 0.54 | 240 | 0.83 | 0.25 |
| Hex | B | B | 75 | 5B | 5B | 0 | 36 | F0 | 53 | 19 |
| Octal | 13 | 13 | 165 | 133 | 133 | 0 | 66 | 360 | 123 | 31 |
| Binary | 1011 | 1011 | 1110101 | 1011011 | 1011011 | 0 | 110110 | 11110000 | 1010011 | 11001 |
Color Harmonies of #0B0B75
Complementary color
Monochromatic Colors of #0B0B75
Black with #0B0B75
Text Example
Text Example
White with #0B0B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0B75; }
p { color: rgb(11,11,117); }
H1.HeaderClassName
{
color: #0B0B75;
}
.AnyTagClassName
{
color: #0B0B75;
}
</style>
background-color css
<style>
a { background-color: #0B0B75; }
a { background-color: rgb(11,11,117); }
div.DivClassName
{
background-color: #0B0B75;
}
.BgClassName
{
background-color: #0B0B75;
}
</style>
border-color css
<style>
span { border-color: #0B0B75; }
span { border-color: rgb(11,11,117); }
td.TdClassName
{
border-color: #0B0B75;
}
.TagClassName
{
border-color: #0B0B75;
}
</style>