Shades of Navy Blue #0B49FF
Tints of Navy Blue #0B49FF
RGB
CMYK
RGB Variations
Color information
#0B49FF (or 0x0B49FF) is known color: Navy Blue. HEX triplet: 0B, 49 and FF. RGB value is (11,73,255). Sum of RGB (Red+Green+Blue) = 11+73+255=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B49FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B49FF is #F4B600. Grayscale: #4A4A4A. Windows color (decimal): -16037377 or 16730379. OLE color: 16730379.
HSL color Cylindrical-coordinate representation of color #0B49FF: hue angle of 224.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B49FF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 73 | 255 | - |
| CMYK | 0.96 | 0.71 | 0 | 0 |
| HSL | 224.75º | 1% | 0.52% | - |
| HSV(B) | 224.75º | 0.96% | 1% | - |
| XYZ | 20.57 | 12.06 | 95.85 | - |
| YUV | 75.21 | 229.46 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 255 | 0.96 | 0.71 | 0 | 0 | 224.75 | 1 | 0.52 |
| Hex | B | 49 | FF | 60 | 47 | 0 | 0 | E1 | 64 | 34 |
| Octal | 13 | 111 | 377 | 140 | 107 | 0 | 0 | 341 | 144 | 64 |
| Binary | 1011 | 1001001 | 11111111 | 1100000 | 1000111 | 0 | 0 | 11100001 | 1100100 | 110100 |
Color Harmonies of #0B49FF
Complementary color
Monochromatic Colors of #0B49FF
Black with #0B49FF
Text Example
Text Example
White with #0B49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B49FF; }
p { color: rgb(11,73,255); }
H1.HeaderClassName
{
color: #0B49FF;
}
.AnyTagClassName
{
color: #0B49FF;
}
</style>
background-color css
<style>
a { background-color: #0B49FF; }
a { background-color: rgb(11,73,255); }
div.DivClassName
{
background-color: #0B49FF;
}
.BgClassName
{
background-color: #0B49FF;
}
</style>
border-color css
<style>
span { border-color: #0B49FF; }
span { border-color: rgb(11,73,255); }
td.TdClassName
{
border-color: #0B49FF;
}
.TagClassName
{
border-color: #0B49FF;
}
</style>