Shades of Navy #0F047C
Tints of Navy #0F047C
RGB
CMYK
RGB Variations
Color information
#0F047C (or 0x0F047C) is known color: Navy. HEX triplet: 0F, 04 and 7C. RGB value is (15,4,124). Sum of RGB (Red+Green+Blue) = 15+4+124=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F047C is #F0FB83. Grayscale: #141414. Windows color (decimal): -15793028 or 8127503. OLE color: 8127503.
HSL color Cylindrical-coordinate representation of color #0F047C: hue angle of 245.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F047C is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 4 | 124 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.51 |
| HSL | 245.5º | 0.94% | 0.25% | - |
| HSV(B) | 245.5º | 0.97% | 0.49% | - |
| XYZ | 3.88 | 1.64 | 19.18 | - |
| YUV | 20.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 124 | 0.88 | 0.97 | 0 | 0.51 | 245.5 | 0.94 | 0.25 |
| Hex | F | 4 | 7C | 58 | 61 | 0 | 33 | F6 | 5E | 19 |
| Octal | 17 | 4 | 174 | 130 | 141 | 0 | 63 | 366 | 136 | 31 |
| Binary | 1111 | 100 | 1111100 | 1011000 | 1100001 | 0 | 110011 | 11110110 | 1011110 | 11001 |
Color Harmonies of #0F047C
Complementary color
Monochromatic Colors of #0F047C
Black with #0F047C
Text Example
Text Example
White with #0F047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F047C; }
p { color: rgb(15,4,124); }
H1.HeaderClassName
{
color: #0F047C;
}
.AnyTagClassName
{
color: #0F047C;
}
</style>
background-color css
<style>
a { background-color: #0F047C; }
a { background-color: rgb(15,4,124); }
div.DivClassName
{
background-color: #0F047C;
}
.BgClassName
{
background-color: #0F047C;
}
</style>
border-color css
<style>
span { border-color: #0F047C; }
span { border-color: rgb(15,4,124); }
td.TdClassName
{
border-color: #0F047C;
}
.TagClassName
{
border-color: #0F047C;
}
</style>