Shades of Navy Blue #0F56FF
Tints of Navy Blue #0F56FF
RGB
CMYK
RGB Variations
Color information
#0F56FF (or 0x0F56FF) is known color: Navy Blue. HEX triplet: 0F, 56 and FF. RGB value is (15,86,255). Sum of RGB (Red+Green+Blue) = 15+86+255=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 86 (33.98% from 255 or 24.16% 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 #0F56FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F56FF is #F0A900. Grayscale: #535353. Windows color (decimal): -15771905 or 16733711. OLE color: 16733711.
HSL color Cylindrical-coordinate representation of color #0F56FF: hue angle of 222.25º 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 #0F56FF is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 86 | 255 | - |
| CMYK | 0.94 | 0.66 | 0 | 0 |
| HSL | 222.25º | 1% | 0.53% | - |
| HSV(B) | 222.25º | 0.94% | 1% | - |
| XYZ | 21.57 | 13.98 | 96.17 | - |
| YUV | 84.04 | 224.48 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 255 | 0.94 | 0.66 | 0 | 0 | 222.25 | 1 | 0.53 |
| Hex | F | 56 | FF | 5E | 42 | 0 | 0 | DE | 64 | 35 |
| Octal | 17 | 126 | 377 | 136 | 102 | 0 | 0 | 336 | 144 | 65 |
| Binary | 1111 | 1010110 | 11111111 | 1011110 | 1000010 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #0F56FF
Complementary color
Monochromatic Colors of #0F56FF
Black with #0F56FF
Text Example
Text Example
White with #0F56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F56FF; }
p { color: rgb(15,86,255); }
H1.HeaderClassName
{
color: #0F56FF;
}
.AnyTagClassName
{
color: #0F56FF;
}
</style>
background-color css
<style>
a { background-color: #0F56FF; }
a { background-color: rgb(15,86,255); }
div.DivClassName
{
background-color: #0F56FF;
}
.BgClassName
{
background-color: #0F56FF;
}
</style>
border-color css
<style>
span { border-color: #0F56FF; }
span { border-color: rgb(15,86,255); }
td.TdClassName
{
border-color: #0F56FF;
}
.TagClassName
{
border-color: #0F56FF;
}
</style>