Shades of Navy #0B0975
Tints of Navy #0B0975
RGB
CMYK
RGB Variations
Color information
#0B0975 (or 0x0B0975) is known color: Navy. HEX triplet: 0B, 09 and 75. RGB value is (11,9,117). Sum of RGB (Red+Green+Blue) = 11+9+117=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B0975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0975 is #F4F68A. Grayscale: #151515. Windows color (decimal): -16053899 or 7670027. OLE color: 7670027.
HSL color Cylindrical-coordinate representation of color #0B0975: hue angle of 241.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0975 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 9 | 117 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.54 |
| HSL | 241.11º | 0.86% | 0.25% | - |
| HSV(B) | 241.11º | 0.92% | 0.46% | - |
| XYZ | 3.45 | 1.55 | 16.95 | - |
| YUV | 21.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 117 | 0.91 | 0.92 | 0 | 0.54 | 241.11 | 0.86 | 0.25 |
| Hex | B | 9 | 75 | 5B | 5C | 0 | 36 | F1 | 56 | 19 |
| Octal | 13 | 11 | 165 | 133 | 134 | 0 | 66 | 361 | 126 | 31 |
| Binary | 1011 | 1001 | 1110101 | 1011011 | 1011100 | 0 | 110110 | 11110001 | 1010110 | 11001 |
Color Harmonies of #0B0975
Complementary color
Monochromatic Colors of #0B0975
Black with #0B0975
Text Example
Text Example
White with #0B0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0975; }
p { color: rgb(11,9,117); }
H1.HeaderClassName
{
color: #0B0975;
}
.AnyTagClassName
{
color: #0B0975;
}
</style>
background-color css
<style>
a { background-color: #0B0975; }
a { background-color: rgb(11,9,117); }
div.DivClassName
{
background-color: #0B0975;
}
.BgClassName
{
background-color: #0B0975;
}
</style>
border-color css
<style>
span { border-color: #0B0975; }
span { border-color: rgb(11,9,117); }
td.TdClassName
{
border-color: #0B0975;
}
.TagClassName
{
border-color: #0B0975;
}
</style>