Shades of Navy Blue #0B58FA
Tints of Navy Blue #0B58FA
RGB
CMYK
RGB Variations
Color information
#0B58FA (or 0x0B58FA) is known color: Navy Blue. HEX triplet: 0B, 58 and FA. RGB value is (11,88,250). Sum of RGB (Red+Green+Blue) = 11+88+250=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B58FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B58FA is #F4A705. Grayscale: #525252. Windows color (decimal): -16033542 or 16406539. OLE color: 16406539.
HSL color Cylindrical-coordinate representation of color #0B58FA: hue angle of 220.67º degrees, saturation: 0.96, 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 #0B58FA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 88 | 250 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.02 |
| HSL | 220.67º | 0.96% | 0.51% | - |
| HSV(B) | 220.67º | 0.96% | 0.98% | - |
| XYZ | 20.88 | 13.95 | 92.03 | - |
| YUV | 83.45 | 221.99 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 250 | 0.96 | 0.65 | 0 | 0.02 | 220.67 | 0.96 | 0.51 |
| Hex | B | 58 | FA | 60 | 41 | 0 | 2 | DD | 60 | 33 |
| Octal | 13 | 130 | 372 | 140 | 101 | 0 | 2 | 335 | 140 | 63 |
| Binary | 1011 | 1011000 | 11111010 | 1100000 | 1000001 | 0 | 10 | 11011101 | 1100000 | 110011 |
Color Harmonies of #0B58FA
Complementary color
Monochromatic Colors of #0B58FA
Black with #0B58FA
Text Example
Text Example
White with #0B58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B58FA; }
p { color: rgb(11,88,250); }
H1.HeaderClassName
{
color: #0B58FA;
}
.AnyTagClassName
{
color: #0B58FA;
}
</style>
background-color css
<style>
a { background-color: #0B58FA; }
a { background-color: rgb(11,88,250); }
div.DivClassName
{
background-color: #0B58FA;
}
.BgClassName
{
background-color: #0B58FA;
}
</style>
border-color css
<style>
span { border-color: #0B58FA; }
span { border-color: rgb(11,88,250); }
td.TdClassName
{
border-color: #0B58FA;
}
.TagClassName
{
border-color: #0B58FA;
}
</style>