Shades of Navy Blue #0F4DF0
Tints of Navy Blue #0F4DF0
RGB
CMYK
RGB Variations
Color information
#0F4DF0 (or 0x0F4DF0) is known color: Navy Blue. HEX triplet: 0F, 4D and F0. RGB value is (15,77,240). Sum of RGB (Red+Green+Blue) = 15+77+240=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #0F4DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4DF0 is #F0B20F. Grayscale: #4C4C4C. Windows color (decimal): -15774224 or 15748367. OLE color: 15748367.
HSL color Cylindrical-coordinate representation of color #0F4DF0: hue angle of 223.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4DF0 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 77 | 240 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.06 |
| HSL | 223.47º | 0.88% | 0.5% | - |
| HSV(B) | 223.47º | 0.94% | 0.94% | - |
| XYZ | 18.58 | 11.7 | 83.72 | - |
| YUV | 77.04 | 219.96 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 240 | 0.94 | 0.68 | 0 | 0.06 | 223.47 | 0.88 | 0.5 |
| Hex | F | 4D | F0 | 5E | 44 | 0 | 6 | DF | 58 | 32 |
| Octal | 17 | 115 | 360 | 136 | 104 | 0 | 6 | 337 | 130 | 62 |
| Binary | 1111 | 1001101 | 11110000 | 1011110 | 1000100 | 0 | 110 | 11011111 | 1011000 | 110010 |
Color Harmonies of #0F4DF0
Complementary color
Monochromatic Colors of #0F4DF0
Black with #0F4DF0
Text Example
Text Example
White with #0F4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4DF0; }
p { color: rgb(15,77,240); }
H1.HeaderClassName
{
color: #0F4DF0;
}
.AnyTagClassName
{
color: #0F4DF0;
}
</style>
background-color css
<style>
a { background-color: #0F4DF0; }
a { background-color: rgb(15,77,240); }
div.DivClassName
{
background-color: #0F4DF0;
}
.BgClassName
{
background-color: #0F4DF0;
}
</style>
border-color css
<style>
span { border-color: #0F4DF0; }
span { border-color: rgb(15,77,240); }
td.TdClassName
{
border-color: #0F4DF0;
}
.TagClassName
{
border-color: #0F4DF0;
}
</style>