Shades of Navy Blue #0B58FF
Tints of Navy Blue #0B58FF
RGB
CMYK
RGB Variations
Color information
#0B58FF (or 0x0B58FF) is known color: Navy Blue. HEX triplet: 0B, 58 and FF. RGB value is (11,88,255). Sum of RGB (Red+Green+Blue) = 11+88+255=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B58FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B58FF is #F4A700. Grayscale: #535353. Windows color (decimal): -16033537 or 16734219. OLE color: 16734219.
HSL color Cylindrical-coordinate representation of color #0B58FF: hue angle of 221.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B58FF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 88 | 255 | - |
| CMYK | 0.96 | 0.65 | 0 | 0 |
| HSL | 221.07º | 1% | 0.52% | - |
| HSV(B) | 221.07º | 0.96% | 1% | - |
| XYZ | 21.68 | 14.27 | 96.22 | - |
| YUV | 84.02 | 224.49 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 255 | 0.96 | 0.65 | 0 | 0 | 221.07 | 1 | 0.52 |
| Hex | B | 58 | FF | 60 | 41 | 0 | 0 | DD | 64 | 34 |
| Octal | 13 | 130 | 377 | 140 | 101 | 0 | 0 | 335 | 144 | 64 |
| Binary | 1011 | 1011000 | 11111111 | 1100000 | 1000001 | 0 | 0 | 11011101 | 1100100 | 110100 |
Color Harmonies of #0B58FF
Complementary color
Monochromatic Colors of #0B58FF
Black with #0B58FF
Text Example
Text Example
White with #0B58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B58FF; }
p { color: rgb(11,88,255); }
H1.HeaderClassName
{
color: #0B58FF;
}
.AnyTagClassName
{
color: #0B58FF;
}
</style>
background-color css
<style>
a { background-color: #0B58FF; }
a { background-color: rgb(11,88,255); }
div.DivClassName
{
background-color: #0B58FF;
}
.BgClassName
{
background-color: #0B58FF;
}
</style>
border-color css
<style>
span { border-color: #0B58FF; }
span { border-color: rgb(11,88,255); }
td.TdClassName
{
border-color: #0B58FF;
}
.TagClassName
{
border-color: #0B58FF;
}
</style>