Shades of Navy Blue #0B47EF
Tints of Navy Blue #0B47EF
RGB
CMYK
RGB Variations
Color information
#0B47EF (or 0x0B47EF) is known color: Navy Blue. HEX triplet: 0B, 47 and EF. RGB value is (11,71,239). Sum of RGB (Red+Green+Blue) = 11+71+239=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B47EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B47EF is #F4B810. Grayscale: #474747. Windows color (decimal): -16037905 or 15681291. OLE color: 15681291.
HSL color Cylindrical-coordinate representation of color #0B47EF: hue angle of 224.21º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B47EF is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 71 | 239 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.06 |
| HSL | 224.21º | 0.91% | 0.49% | - |
| HSV(B) | 224.21º | 0.95% | 0.94% | - |
| XYZ | 17.97 | 10.81 | 82.8 | - |
| YUV | 72.21 | 222.12 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 239 | 0.95 | 0.70 | 0 | 0.06 | 224.21 | 0.91 | 0.49 |
| Hex | B | 47 | EF | 5F | 46 | 0 | 6 | E0 | 5B | 31 |
| Octal | 13 | 107 | 357 | 137 | 106 | 0 | 6 | 340 | 133 | 61 |
| Binary | 1011 | 1000111 | 11101111 | 1011111 | 1000110 | 0 | 110 | 11100000 | 1011011 | 110001 |
Color Harmonies of #0B47EF
Complementary color
Monochromatic Colors of #0B47EF
Black with #0B47EF
Text Example
Text Example
White with #0B47EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B47EF; }
p { color: rgb(11,71,239); }
H1.HeaderClassName
{
color: #0B47EF;
}
.AnyTagClassName
{
color: #0B47EF;
}
</style>
background-color css
<style>
a { background-color: #0B47EF; }
a { background-color: rgb(11,71,239); }
div.DivClassName
{
background-color: #0B47EF;
}
.BgClassName
{
background-color: #0B47EF;
}
</style>
border-color css
<style>
span { border-color: #0B47EF; }
span { border-color: rgb(11,71,239); }
td.TdClassName
{
border-color: #0B47EF;
}
.TagClassName
{
border-color: #0B47EF;
}
</style>