Shades of Navy Blue #0F4FEA
Tints of Navy Blue #0F4FEA
RGB
CMYK
RGB Variations
Color information
#0F4FEA (or 0x0F4FEA) is known color: Navy Blue. HEX triplet: 0F, 4F and EA. RGB value is (15,79,234). Sum of RGB (Red+Green+Blue) = 15+79+234=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F4FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4FEA is #F0B015. Grayscale: #4C4C4C. Windows color (decimal): -15773718 or 15355663. OLE color: 15355663.
HSL color Cylindrical-coordinate representation of color #0F4FEA: hue angle of 222.47º 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 #0F4FEA is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 79 | 234 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.08 |
| HSL | 222.47º | 0.88% | 0.49% | - |
| HSV(B) | 222.47º | 0.94% | 0.92% | - |
| XYZ | 17.84 | 11.63 | 79.15 | - |
| YUV | 77.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 234 | 0.94 | 0.66 | 0 | 0.08 | 222.47 | 0.88 | 0.49 |
| Hex | F | 4F | EA | 5E | 42 | 0 | 8 | DE | 58 | 31 |
| Octal | 17 | 117 | 352 | 136 | 102 | 0 | 10 | 336 | 130 | 61 |
| Binary | 1111 | 1001111 | 11101010 | 1011110 | 1000010 | 0 | 1000 | 11011110 | 1011000 | 110001 |
Color Harmonies of #0F4FEA
Complementary color
Monochromatic Colors of #0F4FEA
Black with #0F4FEA
Text Example
Text Example
White with #0F4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4FEA; }
p { color: rgb(15,79,234); }
H1.HeaderClassName
{
color: #0F4FEA;
}
.AnyTagClassName
{
color: #0F4FEA;
}
</style>
background-color css
<style>
a { background-color: #0F4FEA; }
a { background-color: rgb(15,79,234); }
div.DivClassName
{
background-color: #0F4FEA;
}
.BgClassName
{
background-color: #0F4FEA;
}
</style>
border-color css
<style>
span { border-color: #0F4FEA; }
span { border-color: rgb(15,79,234); }
td.TdClassName
{
border-color: #0F4FEA;
}
.TagClassName
{
border-color: #0F4FEA;
}
</style>