Shades of Navy #0B0174
Tints of Navy #0B0174
RGB
CMYK
RGB Variations
Color information
#0B0174 (or 0x0B0174) is known color: Navy. HEX triplet: 0B, 01 and 74. RGB value is (11,1,116). Sum of RGB (Red+Green+Blue) = 11+1+116=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 116 (45.70% from 255 or 90.62% from 128); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B0174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0174 is #F4FE8B. Grayscale: #101010. Windows color (decimal): -16055948 or 7602443. OLE color: 7602443.
HSL color Cylindrical-coordinate representation of color #0B0174: hue angle of 245.22º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0174 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 1 | 116 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.55 |
| HSL | 245.22º | 0.98% | 0.23% | - |
| HSV(B) | 245.22º | 0.99% | 0.45% | - |
| XYZ | 3.3 | 1.35 | 16.61 | - |
| YUV | 17.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 116 | 0.91 | 0.99 | 0 | 0.55 | 245.22 | 0.98 | 0.23 |
| Hex | B | 1 | 74 | 5B | 63 | 0 | 37 | F5 | 62 | 17 |
| Octal | 13 | 1 | 164 | 133 | 143 | 0 | 67 | 365 | 142 | 27 |
| Binary | 1011 | 1 | 1110100 | 1011011 | 1100011 | 0 | 110111 | 11110101 | 1100010 | 10111 |
Color Harmonies of #0B0174
Complementary color
Monochromatic Colors of #0B0174
Black with #0B0174
Text Example
Text Example
White with #0B0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0174; }
p { color: rgb(11,1,116); }
H1.HeaderClassName
{
color: #0B0174;
}
.AnyTagClassName
{
color: #0B0174;
}
</style>
background-color css
<style>
a { background-color: #0B0174; }
a { background-color: rgb(11,1,116); }
div.DivClassName
{
background-color: #0B0174;
}
.BgClassName
{
background-color: #0B0174;
}
</style>
border-color css
<style>
span { border-color: #0B0174; }
span { border-color: rgb(11,1,116); }
td.TdClassName
{
border-color: #0B0174;
}
.TagClassName
{
border-color: #0B0174;
}
</style>