#11057B

Color #11057B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #11057B

Tints of Navy #11057B

Color information

#11057B (or 0x11057B) is unknown color: approx 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

RGB175123-
CMYK0.860.9600.52
HSL246.1º92.19%25.1%-
HSV(B)246.1º95.93%48.24%-
XYZ3.861.6618.86-
YUV22.04184.98124.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 123 (48.44% from 255) = 84.83%
R=11.72%
G=3.45%
B=84.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1751230.860.9600.52246.192.1925.1
Hex1157B5660034f65c19
Octal21517312614006436613431
Binary10001101111101110101101100000011010011110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>