Shades of Navy Blue #0B57FB
Tints of Navy Blue #0B57FB
RGB
CMYK
RGB Variations
Color information
#0B57FB (or 0x0B57FB) is known color: Navy Blue. HEX triplet: 0B, 57 and FB. RGB value is (11,87,251). Sum of RGB (Red+Green+Blue) = 11+87+251=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B57FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B57FB is #F4A804. Grayscale: #525252. Windows color (decimal): -16033797 or 16471819. OLE color: 16471819.
HSL color Cylindrical-coordinate representation of color #0B57FB: hue angle of 221º 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 #0B57FB is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 87 | 251 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.02 |
| HSL | 221º | 0.97% | 0.51% | - |
| HSV(B) | 221º | 0.96% | 0.98% | - |
| XYZ | 20.96 | 13.85 | 92.84 | - |
| YUV | 82.97 | 222.82 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 251 | 0.96 | 0.65 | 0 | 0.02 | 221 | 0.97 | 0.51 |
| Hex | B | 57 | FB | 60 | 41 | 0 | 2 | DD | 61 | 33 |
| Octal | 13 | 127 | 373 | 140 | 101 | 0 | 2 | 335 | 141 | 63 |
| Binary | 1011 | 1010111 | 11111011 | 1100000 | 1000001 | 0 | 10 | 11011101 | 1100001 | 110011 |
Color Harmonies of #0B57FB
Complementary color
Monochromatic Colors of #0B57FB
Black with #0B57FB
Text Example
Text Example
White with #0B57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B57FB; }
p { color: rgb(11,87,251); }
H1.HeaderClassName
{
color: #0B57FB;
}
.AnyTagClassName
{
color: #0B57FB;
}
</style>
background-color css
<style>
a { background-color: #0B57FB; }
a { background-color: rgb(11,87,251); }
div.DivClassName
{
background-color: #0B57FB;
}
.BgClassName
{
background-color: #0B57FB;
}
</style>
border-color css
<style>
span { border-color: #0B57FB; }
span { border-color: rgb(11,87,251); }
td.TdClassName
{
border-color: #0B57FB;
}
.TagClassName
{
border-color: #0B57FB;
}
</style>