Shades of Navy Blue #0B47FF
Tints of Navy Blue #0B47FF
RGB
CMYK
RGB Variations
Color information
#0B47FF (or 0x0B47FF) is known color: Navy Blue. HEX triplet: 0B, 47 and FF. RGB value is (11,71,255). Sum of RGB (Red+Green+Blue) = 11+71+255=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B47FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B47FF is #F4B800. Grayscale: #494949. Windows color (decimal): -16037889 or 16729867. OLE color: 16729867.
HSL color Cylindrical-coordinate representation of color #0B47FF: hue angle of 225.25º 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 #0B47FF is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 71 | 255 | - |
| CMYK | 0.96 | 0.72 | 0 | 0 |
| HSL | 225.25º | 1% | 0.52% | - |
| HSV(B) | 225.25º | 0.96% | 1% | - |
| XYZ | 20.44 | 11.8 | 95.81 | - |
| YUV | 74.04 | 230.12 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 255 | 0.96 | 0.72 | 0 | 0 | 225.25 | 1 | 0.52 |
| Hex | B | 47 | FF | 60 | 48 | 0 | 0 | E1 | 64 | 34 |
| Octal | 13 | 107 | 377 | 140 | 110 | 0 | 0 | 341 | 144 | 64 |
| Binary | 1011 | 1000111 | 11111111 | 1100000 | 1001000 | 0 | 0 | 11100001 | 1100100 | 110100 |
Color Harmonies of #0B47FF
Complementary color
Monochromatic Colors of #0B47FF
Black with #0B47FF
Text Example
Text Example
White with #0B47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B47FF; }
p { color: rgb(11,71,255); }
H1.HeaderClassName
{
color: #0B47FF;
}
.AnyTagClassName
{
color: #0B47FF;
}
</style>
background-color css
<style>
a { background-color: #0B47FF; }
a { background-color: rgb(11,71,255); }
div.DivClassName
{
background-color: #0B47FF;
}
.BgClassName
{
background-color: #0B47FF;
}
</style>
border-color css
<style>
span { border-color: #0B47FF; }
span { border-color: rgb(11,71,255); }
td.TdClassName
{
border-color: #0B47FF;
}
.TagClassName
{
border-color: #0B47FF;
}
</style>