Shades of Navy Blue #0B5CFB
Tints of Navy Blue #0B5CFB
RGB
CMYK
RGB Variations
Color information
#0B5CFB (or 0x0B5CFB) is known color: Navy Blue. HEX triplet: 0B, 5C and FB. RGB value is (11,92,251). Sum of RGB (Red+Green+Blue) = 11+92+251=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B5CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5CFB is #F4A304. Grayscale: #555555. Windows color (decimal): -16032517 or 16473099. OLE color: 16473099.
HSL color Cylindrical-coordinate representation of color #0B5CFB: hue angle of 219.75º 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 #0B5CFB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 92 | 251 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.02 |
| HSL | 219.75º | 0.97% | 0.51% | - |
| HSV(B) | 219.75º | 0.96% | 0.98% | - |
| XYZ | 21.38 | 14.69 | 92.98 | - |
| YUV | 85.91 | 221.16 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 251 | 0.96 | 0.63 | 0 | 0.02 | 219.75 | 0.97 | 0.51 |
| Hex | B | 5C | FB | 60 | 3F | 0 | 2 | DC | 61 | 33 |
| Octal | 13 | 134 | 373 | 140 | 77 | 0 | 2 | 334 | 141 | 63 |
| Binary | 1011 | 1011100 | 11111011 | 1100000 | 111111 | 0 | 10 | 11011100 | 1100001 | 110011 |
Color Harmonies of #0B5CFB
Complementary color
Monochromatic Colors of #0B5CFB
Black with #0B5CFB
Text Example
Text Example
White with #0B5CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CFB; }
p { color: rgb(11,92,251); }
H1.HeaderClassName
{
color: #0B5CFB;
}
.AnyTagClassName
{
color: #0B5CFB;
}
</style>
background-color css
<style>
a { background-color: #0B5CFB; }
a { background-color: rgb(11,92,251); }
div.DivClassName
{
background-color: #0B5CFB;
}
.BgClassName
{
background-color: #0B5CFB;
}
</style>
border-color css
<style>
span { border-color: #0B5CFB; }
span { border-color: rgb(11,92,251); }
td.TdClassName
{
border-color: #0B5CFB;
}
.TagClassName
{
border-color: #0B5CFB;
}
</style>