Shades of Navy Blue #0F51EA
Tints of Navy Blue #0F51EA
RGB
CMYK
RGB Variations
Color information
#0F51EA (or 0x0F51EA) is known color: Navy Blue. HEX triplet: 0F, 51 and EA. RGB value is (15,81,234). Sum of RGB (Red+Green+Blue) = 15+81+234=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F51EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F51EA is #F0AE15. Grayscale: #4E4E4E. Windows color (decimal): -15773206 or 15356175. OLE color: 15356175.
HSL color Cylindrical-coordinate representation of color #0F51EA: hue angle of 221.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F51EA is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 81 | 234 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.08 |
| HSL | 221.92º | 0.88% | 0.49% | - |
| HSV(B) | 221.92º | 0.94% | 0.92% | - |
| XYZ | 17.99 | 11.93 | 79.2 | - |
| YUV | 78.71 | 215.63 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 234 | 0.94 | 0.65 | 0 | 0.08 | 221.92 | 0.88 | 0.49 |
| Hex | F | 51 | EA | 5E | 41 | 0 | 8 | DE | 58 | 31 |
| Octal | 17 | 121 | 352 | 136 | 101 | 0 | 10 | 336 | 130 | 61 |
| Binary | 1111 | 1010001 | 11101010 | 1011110 | 1000001 | 0 | 1000 | 11011110 | 1011000 | 110001 |
Color Harmonies of #0F51EA
Complementary color
Monochromatic Colors of #0F51EA
Black with #0F51EA
Text Example
Text Example
White with #0F51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F51EA; }
p { color: rgb(15,81,234); }
H1.HeaderClassName
{
color: #0F51EA;
}
.AnyTagClassName
{
color: #0F51EA;
}
</style>
background-color css
<style>
a { background-color: #0F51EA; }
a { background-color: rgb(15,81,234); }
div.DivClassName
{
background-color: #0F51EA;
}
.BgClassName
{
background-color: #0F51EA;
}
</style>
border-color css
<style>
span { border-color: #0F51EA; }
span { border-color: rgb(15,81,234); }
td.TdClassName
{
border-color: #0F51EA;
}
.TagClassName
{
border-color: #0F51EA;
}
</style>