Shades of Navy Blue #0F4CEA
Tints of Navy Blue #0F4CEA
RGB
CMYK
RGB Variations
Color information
#0F4CEA (or 0x0F4CEA) is known color: Navy Blue. HEX triplet: 0F, 4C and EA. RGB value is (15,76,234). Sum of RGB (Red+Green+Blue) = 15+76+234=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F4CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CEA is #F0B315. Grayscale: #4B4B4B. Windows color (decimal): -15774486 or 15354895. OLE color: 15354895.
HSL color Cylindrical-coordinate representation of color #0F4CEA: hue angle of 223.29º 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 #0F4CEA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 76 | 234 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.08 |
| HSL | 223.29º | 0.88% | 0.49% | - |
| HSV(B) | 223.29º | 0.94% | 0.92% | - |
| XYZ | 17.63 | 11.21 | 79.08 | - |
| YUV | 75.77 | 217.29 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 234 | 0.94 | 0.68 | 0 | 0.08 | 223.29 | 0.88 | 0.49 |
| Hex | F | 4C | EA | 5E | 44 | 0 | 8 | DF | 58 | 31 |
| Octal | 17 | 114 | 352 | 136 | 104 | 0 | 10 | 337 | 130 | 61 |
| Binary | 1111 | 1001100 | 11101010 | 1011110 | 1000100 | 0 | 1000 | 11011111 | 1011000 | 110001 |
Color Harmonies of #0F4CEA
Complementary color
Monochromatic Colors of #0F4CEA
Black with #0F4CEA
Text Example
Text Example
White with #0F4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4CEA; }
p { color: rgb(15,76,234); }
H1.HeaderClassName
{
color: #0F4CEA;
}
.AnyTagClassName
{
color: #0F4CEA;
}
</style>
background-color css
<style>
a { background-color: #0F4CEA; }
a { background-color: rgb(15,76,234); }
div.DivClassName
{
background-color: #0F4CEA;
}
.BgClassName
{
background-color: #0F4CEA;
}
</style>
border-color css
<style>
span { border-color: #0F4CEA; }
span { border-color: rgb(15,76,234); }
td.TdClassName
{
border-color: #0F4CEA;
}
.TagClassName
{
border-color: #0F4CEA;
}
</style>