Shades of Navy Blue #0F57FE
Tints of Navy Blue #0F57FE
RGB
CMYK
RGB Variations
Color information
#0F57FE (or 0x0F57FE) is known color: Navy Blue. HEX triplet: 0F, 57 and FE. RGB value is (15,87,254). Sum of RGB (Red+Green+Blue) = 15+87+254=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F57FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F57FE is #F0A801. Grayscale: #535353. Windows color (decimal): -15771650 or 16668431. OLE color: 16668431.
HSL color Cylindrical-coordinate representation of color #0F57FE: hue angle of 221.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F57FE is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 87 | 254 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.00 |
| HSL | 221.92º | 0.99% | 0.53% | - |
| HSV(B) | 221.92º | 0.94% | 1% | - |
| XYZ | 21.49 | 14.07 | 95.35 | - |
| YUV | 84.51 | 223.65 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 254 | 0.94 | 0.66 | 0 | 0.00 | 221.92 | 0.99 | 0.53 |
| Hex | F | 57 | FE | 5E | 42 | 0 | 0 | DE | 63 | 35 |
| Octal | 17 | 127 | 376 | 136 | 102 | 0 | 0 | 336 | 143 | 65 |
| Binary | 1111 | 1010111 | 11111110 | 1011110 | 1000010 | 0 | 0 | 11011110 | 1100011 | 110101 |
Color Harmonies of #0F57FE
Complementary color
Monochromatic Colors of #0F57FE
Black with #0F57FE
Text Example
Text Example
White with #0F57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F57FE; }
p { color: rgb(15,87,254); }
H1.HeaderClassName
{
color: #0F57FE;
}
.AnyTagClassName
{
color: #0F57FE;
}
</style>
background-color css
<style>
a { background-color: #0F57FE; }
a { background-color: rgb(15,87,254); }
div.DivClassName
{
background-color: #0F57FE;
}
.BgClassName
{
background-color: #0F57FE;
}
</style>
border-color css
<style>
span { border-color: #0F57FE; }
span { border-color: rgb(15,87,254); }
td.TdClassName
{
border-color: #0F57FE;
}
.TagClassName
{
border-color: #0F57FE;
}
</style>