Shades of Navy Blue #0F5BFF
Tints of Navy Blue #0F5BFF
RGB
CMYK
RGB Variations
Color information
#0F5BFF (or 0x0F5BFF) is known color: Navy Blue. HEX triplet: 0F, 5B and FF. RGB value is (15,91,255). Sum of RGB (Red+Green+Blue) = 15+91+255=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F5BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5BFF is #F0A400. Grayscale: #565656. Windows color (decimal): -15770625 or 16734991. OLE color: 16734991.
HSL color Cylindrical-coordinate representation of color #0F5BFF: hue angle of 221º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5BFF is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 91 | 255 | - |
| CMYK | 0.94 | 0.64 | 0 | 0 |
| HSL | 221º | 1% | 0.53% | - |
| HSV(B) | 221º | 0.94% | 1% | - |
| XYZ | 21.99 | 14.8 | 96.31 | - |
| YUV | 86.97 | 222.82 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 255 | 0.94 | 0.64 | 0 | 0 | 221 | 1 | 0.53 |
| Hex | F | 5B | FF | 5E | 40 | 0 | 0 | DD | 64 | 35 |
| Octal | 17 | 133 | 377 | 136 | 100 | 0 | 0 | 335 | 144 | 65 |
| Binary | 1111 | 1011011 | 11111111 | 1011110 | 1000000 | 0 | 0 | 11011101 | 1100100 | 110101 |
Color Harmonies of #0F5BFF
Complementary color
Monochromatic Colors of #0F5BFF
Black with #0F5BFF
Text Example
Text Example
White with #0F5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5BFF; }
p { color: rgb(15,91,255); }
H1.HeaderClassName
{
color: #0F5BFF;
}
.AnyTagClassName
{
color: #0F5BFF;
}
</style>
background-color css
<style>
a { background-color: #0F5BFF; }
a { background-color: rgb(15,91,255); }
div.DivClassName
{
background-color: #0F5BFF;
}
.BgClassName
{
background-color: #0F5BFF;
}
</style>
border-color css
<style>
span { border-color: #0F5BFF; }
span { border-color: rgb(15,91,255); }
td.TdClassName
{
border-color: #0F5BFF;
}
.TagClassName
{
border-color: #0F5BFF;
}
</style>