Shades of Navy Blue #0B49EC
Tints of Navy Blue #0B49EC
RGB
CMYK
RGB Variations
Color information
#0B49EC (or 0x0B49EC) is known color: Navy Blue. HEX triplet: 0B, 49 and EC. RGB value is (11,73,236). Sum of RGB (Red+Green+Blue) = 11+73+236=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B49EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B49EC is #F4B613. Grayscale: #484848. Windows color (decimal): -16037396 or 15485195. OLE color: 15485195.
HSL color Cylindrical-coordinate representation of color #0B49EC: hue angle of 223.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B49EC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 73 | 236 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.07 |
| HSL | 223.47º | 0.91% | 0.48% | - |
| HSV(B) | 223.47º | 0.95% | 0.93% | - |
| XYZ | 17.66 | 10.89 | 80.53 | - |
| YUV | 73.04 | 219.96 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 236 | 0.95 | 0.69 | 0 | 0.07 | 223.47 | 0.91 | 0.48 |
| Hex | B | 49 | EC | 5F | 45 | 0 | 7 | DF | 5B | 30 |
| Octal | 13 | 111 | 354 | 137 | 105 | 0 | 7 | 337 | 133 | 60 |
| Binary | 1011 | 1001001 | 11101100 | 1011111 | 1000101 | 0 | 111 | 11011111 | 1011011 | 110000 |
Color Harmonies of #0B49EC
Complementary color
Monochromatic Colors of #0B49EC
Black with #0B49EC
Text Example
Text Example
White with #0B49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B49EC; }
p { color: rgb(11,73,236); }
H1.HeaderClassName
{
color: #0B49EC;
}
.AnyTagClassName
{
color: #0B49EC;
}
</style>
background-color css
<style>
a { background-color: #0B49EC; }
a { background-color: rgb(11,73,236); }
div.DivClassName
{
background-color: #0B49EC;
}
.BgClassName
{
background-color: #0B49EC;
}
</style>
border-color css
<style>
span { border-color: #0B49EC; }
span { border-color: rgb(11,73,236); }
td.TdClassName
{
border-color: #0B49EC;
}
.TagClassName
{
border-color: #0B49EC;
}
</style>