Shades of Navy #11047C
Tints of Navy #11047C
RGB
CMYK
RGB Variations
Color information
#11047C (or 0x11047C) is known color: Navy. HEX triplet: 11, 04 and 7C. RGB value is (17,4,124). Sum of RGB (Red+Green+Blue) = 17+4+124=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #11047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11047C is #EEFB83. Grayscale: #151515. Windows color (decimal): -15661956 or 8127505. OLE color: 8127505.
HSL color Cylindrical-coordinate representation of color #11047C: hue angle of 246.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 #11047C is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 4 | 124 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.51 |
| HSL | 246.5º | 0.94% | 0.25% | - |
| HSV(B) | 246.5º | 0.97% | 0.49% | - |
| XYZ | 3.91 | 1.66 | 19.18 | - |
| YUV | 21.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 124 | 0.86 | 0.97 | 0 | 0.51 | 246.5 | 0.94 | 0.25 |
| Hex | 11 | 4 | 7C | 56 | 61 | 0 | 33 | F6 | 5E | 19 |
| Octal | 21 | 4 | 174 | 126 | 141 | 0 | 63 | 366 | 136 | 31 |
| Binary | 10001 | 100 | 1111100 | 1010110 | 1100001 | 0 | 110011 | 11110110 | 1011110 | 11001 |
Color Harmonies of #11047C
Complementary color
Monochromatic Colors of #11047C
Black with #11047C
Text Example
Text Example
White with #11047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11047C; }
p { color: rgb(17,4,124); }
H1.HeaderClassName
{
color: #11047C;
}
.AnyTagClassName
{
color: #11047C;
}
</style>
background-color css
<style>
a { background-color: #11047C; }
a { background-color: rgb(17,4,124); }
div.DivClassName
{
background-color: #11047C;
}
.BgClassName
{
background-color: #11047C;
}
</style>
border-color css
<style>
span { border-color: #11047C; }
span { border-color: rgb(17,4,124); }
td.TdClassName
{
border-color: #11047C;
}
.TagClassName
{
border-color: #11047C;
}
</style>