Shades of Navy Blue #0F57FF
Tints of Navy Blue #0F57FF
RGB
CMYK
RGB Variations
Color information
#0F57FF (or 0x0F57FF) is known color: Navy Blue. HEX triplet: 0F, 57 and FF. RGB value is (15,87,255). Sum of RGB (Red+Green+Blue) = 15+87+255=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F57FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F57FF is #F0A800. Grayscale: #535353. Windows color (decimal): -15771649 or 16733967. OLE color: 16733967.
HSL color Cylindrical-coordinate representation of color #0F57FF: hue angle of 222º 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 #0F57FF is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 87 | 255 | - |
| CMYK | 0.94 | 0.66 | 0 | 0 |
| HSL | 222º | 1% | 0.53% | - |
| HSV(B) | 222º | 0.94% | 1% | - |
| XYZ | 21.66 | 14.14 | 96.2 | - |
| YUV | 84.62 | 224.15 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 255 | 0.94 | 0.66 | 0 | 0 | 222 | 1 | 0.53 |
| Hex | F | 57 | FF | 5E | 42 | 0 | 0 | DE | 64 | 35 |
| Octal | 17 | 127 | 377 | 136 | 102 | 0 | 0 | 336 | 144 | 65 |
| Binary | 1111 | 1010111 | 11111111 | 1011110 | 1000010 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #0F57FF
Complementary color
Monochromatic Colors of #0F57FF
Black with #0F57FF
Text Example
Text Example
White with #0F57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F57FF; }
p { color: rgb(15,87,255); }
H1.HeaderClassName
{
color: #0F57FF;
}
.AnyTagClassName
{
color: #0F57FF;
}
</style>
background-color css
<style>
a { background-color: #0F57FF; }
a { background-color: rgb(15,87,255); }
div.DivClassName
{
background-color: #0F57FF;
}
.BgClassName
{
background-color: #0F57FF;
}
</style>
border-color css
<style>
span { border-color: #0F57FF; }
span { border-color: rgb(15,87,255); }
td.TdClassName
{
border-color: #0F57FF;
}
.TagClassName
{
border-color: #0F57FF;
}
</style>