Shades of Navy Blue #0B5BFB
Tints of Navy Blue #0B5BFB
RGB
CMYK
RGB Variations
Color information
#0B5BFB (or 0x0B5BFB) is known color: Navy Blue. HEX triplet: 0B, 5B and FB. RGB value is (11,91,251). Sum of RGB (Red+Green+Blue) = 11+91+251=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B5BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5BFB is #F4A404. Grayscale: #545454. Windows color (decimal): -16032773 or 16472843. OLE color: 16472843.
HSL color Cylindrical-coordinate representation of color #0B5BFB: hue angle of 220º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B5BFB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 91 | 251 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.02 |
| HSL | 220º | 0.97% | 0.51% | - |
| HSV(B) | 220º | 0.96% | 0.98% | - |
| XYZ | 21.29 | 14.52 | 92.95 | - |
| YUV | 85.32 | 221.5 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 91 | 251 | 0.96 | 0.64 | 0 | 0.02 | 220 | 0.97 | 0.51 |
| Hex | B | 5B | FB | 60 | 40 | 0 | 2 | DC | 61 | 33 |
| Octal | 13 | 133 | 373 | 140 | 100 | 0 | 2 | 334 | 141 | 63 |
| Binary | 1011 | 1011011 | 11111011 | 1100000 | 1000000 | 0 | 10 | 11011100 | 1100001 | 110011 |
Color Harmonies of #0B5BFB
Complementary color
Monochromatic Colors of #0B5BFB
Black with #0B5BFB
Text Example
Text Example
White with #0B5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5BFB; }
p { color: rgb(11,91,251); }
H1.HeaderClassName
{
color: #0B5BFB;
}
.AnyTagClassName
{
color: #0B5BFB;
}
</style>
background-color css
<style>
a { background-color: #0B5BFB; }
a { background-color: rgb(11,91,251); }
div.DivClassName
{
background-color: #0B5BFB;
}
.BgClassName
{
background-color: #0B5BFB;
}
</style>
border-color css
<style>
span { border-color: #0B5BFB; }
span { border-color: rgb(11,91,251); }
td.TdClassName
{
border-color: #0B5BFB;
}
.TagClassName
{
border-color: #0B5BFB;
}
</style>