Shades of Navy #11047B
Tints of Navy #11047B
RGB
CMYK
RGB Variations
Color information
#11047B (or 0x11047B) is known color: Navy. HEX triplet: 11, 04 and 7B. RGB value is (17,4,123). Sum of RGB (Red+Green+Blue) = 17+4+123=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #11047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11047B is #EEFB84. Grayscale: #141414. Windows color (decimal): -15661957 or 8061969. OLE color: 8061969.
HSL color Cylindrical-coordinate representation of color #11047B: hue angle of 246.55º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11047B is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 4 | 123 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.52 |
| HSL | 246.55º | 0.94% | 0.25% | - |
| HSV(B) | 246.55º | 0.97% | 0.48% | - |
| XYZ | 3.85 | 1.64 | 18.85 | - |
| YUV | 21.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 123 | 0.86 | 0.97 | 0 | 0.52 | 246.55 | 0.94 | 0.25 |
| Hex | 11 | 4 | 7B | 56 | 61 | 0 | 34 | F7 | 5E | 19 |
| Octal | 21 | 4 | 173 | 126 | 141 | 0 | 64 | 367 | 136 | 31 |
| Binary | 10001 | 100 | 1111011 | 1010110 | 1100001 | 0 | 110100 | 11110111 | 1011110 | 11001 |
Color Harmonies of #11047B
Complementary color
Monochromatic Colors of #11047B
Black with #11047B
Text Example
Text Example
White with #11047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11047B; }
p { color: rgb(17,4,123); }
H1.HeaderClassName
{
color: #11047B;
}
.AnyTagClassName
{
color: #11047B;
}
</style>
background-color css
<style>
a { background-color: #11047B; }
a { background-color: rgb(17,4,123); }
div.DivClassName
{
background-color: #11047B;
}
.BgClassName
{
background-color: #11047B;
}
</style>
border-color css
<style>
span { border-color: #11047B; }
span { border-color: rgb(17,4,123); }
td.TdClassName
{
border-color: #11047B;
}
.TagClassName
{
border-color: #11047B;
}
</style>