Shades of Navy Blue #0F4AF0
Tints of Navy Blue #0F4AF0
RGB
CMYK
RGB Variations
Color information
#0F4AF0 (or 0x0F4AF0) is known color: Navy Blue. HEX triplet: 0F, 4A and F0. RGB value is (15,74,240). Sum of RGB (Red+Green+Blue) = 15+74+240=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #0F4AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4AF0 is #F0B50F. Grayscale: #4A4A4A. Windows color (decimal): -15774992 or 15747599. OLE color: 15747599.
HSL color Cylindrical-coordinate representation of color #0F4AF0: hue angle of 224.27º 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 #0F4AF0 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 74 | 240 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.06 |
| HSL | 224.27º | 0.88% | 0.5% | - |
| HSV(B) | 224.27º | 0.94% | 0.94% | - |
| XYZ | 18.37 | 11.29 | 83.65 | - |
| YUV | 75.28 | 220.95 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 240 | 0.94 | 0.69 | 0 | 0.06 | 224.27 | 0.88 | 0.5 |
| Hex | F | 4A | F0 | 5E | 45 | 0 | 6 | E0 | 58 | 32 |
| Octal | 17 | 112 | 360 | 136 | 105 | 0 | 6 | 340 | 130 | 62 |
| Binary | 1111 | 1001010 | 11110000 | 1011110 | 1000101 | 0 | 110 | 11100000 | 1011000 | 110010 |
Color Harmonies of #0F4AF0
Complementary color
Monochromatic Colors of #0F4AF0
Black with #0F4AF0
Text Example
Text Example
White with #0F4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4AF0; }
p { color: rgb(15,74,240); }
H1.HeaderClassName
{
color: #0F4AF0;
}
.AnyTagClassName
{
color: #0F4AF0;
}
</style>
background-color css
<style>
a { background-color: #0F4AF0; }
a { background-color: rgb(15,74,240); }
div.DivClassName
{
background-color: #0F4AF0;
}
.BgClassName
{
background-color: #0F4AF0;
}
</style>
border-color css
<style>
span { border-color: #0F4AF0; }
span { border-color: rgb(15,74,240); }
td.TdClassName
{
border-color: #0F4AF0;
}
.TagClassName
{
border-color: #0F4AF0;
}
</style>