Shades of Navy #11057B
Tints of Navy #11057B
RGB
CMYK
RGB Variations
Color information
#11057B (or 0x11057B) is known color: Navy. HEX triplet: 11, 05 and 7B. RGB value is (17,5,123). Sum of RGB (Red+Green+Blue) = 17+5+123=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #11057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11057B is #EEFA84. Grayscale: #151515. Windows color (decimal): -15661701 or 8062225. OLE color: 8062225.
HSL color Cylindrical-coordinate representation of color #11057B: hue angle of 246.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11057B is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 5 | 123 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.52 |
| HSL | 246.1º | 0.92% | 0.25% | - |
| HSV(B) | 246.1º | 0.96% | 0.48% | - |
| XYZ | 3.86 | 1.66 | 18.86 | - |
| YUV | 22.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 123 | 0.86 | 0.96 | 0 | 0.52 | 246.1 | 0.92 | 0.25 |
| Hex | 11 | 5 | 7B | 56 | 60 | 0 | 34 | F6 | 5C | 19 |
| Octal | 21 | 5 | 173 | 126 | 140 | 0 | 64 | 366 | 134 | 31 |
| Binary | 10001 | 101 | 1111011 | 1010110 | 1100000 | 0 | 110100 | 11110110 | 1011100 | 11001 |
Color Harmonies of #11057B
Complementary color
Monochromatic Colors of #11057B
Black with #11057B
Text Example
Text Example
White with #11057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11057B; }
p { color: rgb(17,5,123); }
H1.HeaderClassName
{
color: #11057B;
}
.AnyTagClassName
{
color: #11057B;
}
</style>
background-color css
<style>
a { background-color: #11057B; }
a { background-color: rgb(17,5,123); }
div.DivClassName
{
background-color: #11057B;
}
.BgClassName
{
background-color: #11057B;
}
</style>
border-color css
<style>
span { border-color: #11057B; }
span { border-color: rgb(17,5,123); }
td.TdClassName
{
border-color: #11057B;
}
.TagClassName
{
border-color: #11057B;
}
</style>