Shades of Navy Blue #0F57FA
Tints of Navy Blue #0F57FA
RGB
CMYK
RGB Variations
Color information
#0F57FA (or 0x0F57FA) is known color: Navy Blue. HEX triplet: 0F, 57 and FA. RGB value is (15,87,250). Sum of RGB (Red+Green+Blue) = 15+87+250=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F57FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F57FA is #F0A805. Grayscale: #535353. Windows color (decimal): -15771654 or 16406287. OLE color: 16406287.
HSL color Cylindrical-coordinate representation of color #0F57FA: hue angle of 221.62º degrees, saturation: 0.96, 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 #0F57FA is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 87 | 250 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.02 |
| HSL | 221.62º | 0.96% | 0.52% | - |
| HSV(B) | 221.62º | 0.94% | 0.98% | - |
| XYZ | 20.86 | 13.82 | 92.01 | - |
| YUV | 84.05 | 221.65 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 250 | 0.94 | 0.65 | 0 | 0.02 | 221.62 | 0.96 | 0.52 |
| Hex | F | 57 | FA | 5E | 41 | 0 | 2 | DE | 60 | 34 |
| Octal | 17 | 127 | 372 | 136 | 101 | 0 | 2 | 336 | 140 | 64 |
| Binary | 1111 | 1010111 | 11111010 | 1011110 | 1000001 | 0 | 10 | 11011110 | 1100000 | 110100 |
Color Harmonies of #0F57FA
Complementary color
Monochromatic Colors of #0F57FA
Black with #0F57FA
Text Example
Text Example
White with #0F57FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F57FA; }
p { color: rgb(15,87,250); }
H1.HeaderClassName
{
color: #0F57FA;
}
.AnyTagClassName
{
color: #0F57FA;
}
</style>
background-color css
<style>
a { background-color: #0F57FA; }
a { background-color: rgb(15,87,250); }
div.DivClassName
{
background-color: #0F57FA;
}
.BgClassName
{
background-color: #0F57FA;
}
</style>
border-color css
<style>
span { border-color: #0F57FA; }
span { border-color: rgb(15,87,250); }
td.TdClassName
{
border-color: #0F57FA;
}
.TagClassName
{
border-color: #0F57FA;
}
</style>