Shades of Navy #0B107C
Tints of Navy #0B107C
RGB
CMYK
RGB Variations
Color information
#0B107C (or 0x0B107C) is known color: Navy. HEX triplet: 0B, 10 and 7C. RGB value is (11,16,124). Sum of RGB (Red+Green+Blue) = 11+16+124=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B107C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B107C is #F4EF83. Grayscale: #1A1A1A. Windows color (decimal): -16052100 or 8130571. OLE color: 8130571.
HSL color Cylindrical-coordinate representation of color #0B107C: hue angle of 237.35º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B107C is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 16 | 124 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.51 |
| HSL | 237.35º | 0.84% | 0.26% | - |
| HSV(B) | 237.35º | 0.91% | 0.49% | - |
| XYZ | 3.96 | 1.9 | 19.23 | - |
| YUV | 26.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 124 | 0.91 | 0.87 | 0 | 0.51 | 237.35 | 0.84 | 0.26 |
| Hex | B | 10 | 7C | 5B | 57 | 0 | 33 | ED | 54 | 1A |
| Octal | 13 | 20 | 174 | 133 | 127 | 0 | 63 | 355 | 124 | 32 |
| Binary | 1011 | 10000 | 1111100 | 1011011 | 1010111 | 0 | 110011 | 11101101 | 1010100 | 11010 |
Color Harmonies of #0B107C
Complementary color
Monochromatic Colors of #0B107C
Black with #0B107C
Text Example
Text Example
White with #0B107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B107C; }
p { color: rgb(11,16,124); }
H1.HeaderClassName
{
color: #0B107C;
}
.AnyTagClassName
{
color: #0B107C;
}
</style>
background-color css
<style>
a { background-color: #0B107C; }
a { background-color: rgb(11,16,124); }
div.DivClassName
{
background-color: #0B107C;
}
.BgClassName
{
background-color: #0B107C;
}
</style>
border-color css
<style>
span { border-color: #0B107C; }
span { border-color: rgb(11,16,124); }
td.TdClassName
{
border-color: #0B107C;
}
.TagClassName
{
border-color: #0B107C;
}
</style>