Shades of Navy Blue #0B5AFF
Tints of Navy Blue #0B5AFF
RGB
CMYK
RGB Variations
Color information
#0B5AFF (or 0x0B5AFF) is known color: Navy Blue. HEX triplet: 0B, 5A and FF. RGB value is (11,90,255). Sum of RGB (Red+Green+Blue) = 11+90+255=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B5AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5AFF is #F4A500. Grayscale: #545454. Windows color (decimal): -16033025 or 16734731. OLE color: 16734731.
HSL color Cylindrical-coordinate representation of color #0B5AFF: hue angle of 220.57º 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 #0B5AFF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 90 | 255 | - |
| CMYK | 0.96 | 0.65 | 0 | 0 |
| HSL | 220.57º | 1% | 0.52% | - |
| HSV(B) | 220.57º | 0.96% | 1% | - |
| XYZ | 21.84 | 14.6 | 96.28 | - |
| YUV | 85.19 | 223.83 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 255 | 0.96 | 0.65 | 0 | 0 | 220.57 | 1 | 0.52 |
| Hex | B | 5A | FF | 60 | 41 | 0 | 0 | DD | 64 | 34 |
| Octal | 13 | 132 | 377 | 140 | 101 | 0 | 0 | 335 | 144 | 64 |
| Binary | 1011 | 1011010 | 11111111 | 1100000 | 1000001 | 0 | 0 | 11011101 | 1100100 | 110100 |
Color Harmonies of #0B5AFF
Complementary color
Monochromatic Colors of #0B5AFF
Black with #0B5AFF
Text Example
Text Example
White with #0B5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5AFF; }
p { color: rgb(11,90,255); }
H1.HeaderClassName
{
color: #0B5AFF;
}
.AnyTagClassName
{
color: #0B5AFF;
}
</style>
background-color css
<style>
a { background-color: #0B5AFF; }
a { background-color: rgb(11,90,255); }
div.DivClassName
{
background-color: #0B5AFF;
}
.BgClassName
{
background-color: #0B5AFF;
}
</style>
border-color css
<style>
span { border-color: #0B5AFF; }
span { border-color: rgb(11,90,255); }
td.TdClassName
{
border-color: #0B5AFF;
}
.TagClassName
{
border-color: #0B5AFF;
}
</style>