Shades of Navy Blue #0F57FB
Tints of Navy Blue #0F57FB
RGB
CMYK
RGB Variations
Color information
#0F57FB (or 0x0F57FB) is known color: Navy Blue. HEX triplet: 0F, 57 and FB. RGB value is (15,87,251). Sum of RGB (Red+Green+Blue) = 15+87+251=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F57FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F57FB is #F0A804. Grayscale: #535353. Windows color (decimal): -15771653 or 16471823. OLE color: 16471823.
HSL color Cylindrical-coordinate representation of color #0F57FB: hue angle of 221.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F57FB is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 87 | 251 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.02 |
| HSL | 221.69º | 0.97% | 0.52% | - |
| HSV(B) | 221.69º | 0.94% | 0.98% | - |
| XYZ | 21.02 | 13.88 | 92.84 | - |
| YUV | 84.17 | 222.15 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 251 | 0.94 | 0.65 | 0 | 0.02 | 221.69 | 0.97 | 0.52 |
| Hex | F | 57 | FB | 5E | 41 | 0 | 2 | DE | 61 | 34 |
| Octal | 17 | 127 | 373 | 136 | 101 | 0 | 2 | 336 | 141 | 64 |
| Binary | 1111 | 1010111 | 11111011 | 1011110 | 1000001 | 0 | 10 | 11011110 | 1100001 | 110100 |
Color Harmonies of #0F57FB
Complementary color
Monochromatic Colors of #0F57FB
Black with #0F57FB
Text Example
Text Example
White with #0F57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F57FB; }
p { color: rgb(15,87,251); }
H1.HeaderClassName
{
color: #0F57FB;
}
.AnyTagClassName
{
color: #0F57FB;
}
</style>
background-color css
<style>
a { background-color: #0F57FB; }
a { background-color: rgb(15,87,251); }
div.DivClassName
{
background-color: #0F57FB;
}
.BgClassName
{
background-color: #0F57FB;
}
</style>
border-color css
<style>
span { border-color: #0F57FB; }
span { border-color: rgb(15,87,251); }
td.TdClassName
{
border-color: #0F57FB;
}
.TagClassName
{
border-color: #0F57FB;
}
</style>