#11017A

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

Shades of Navy #11017A

Tints of Navy #11017A

Color information

#11017A (or 0x11017A) is unknown color: approx Navy. HEX triplet: 11, 01 and 7A. RGB value is (17,1,122). Sum of RGB (Red+Green+Blue) = 17+1+122=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #11017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11017A is #EEFE85. Grayscale: #131313. Windows color (decimal): -15662726 or 7995665. OLE color: 7995665.

HSL color Cylindrical-coordinate representation of color #11017A: hue angle of 247.93º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11017A is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB171122-
CMYK0.860.9900.52
HSL247.93º98.37%24.12%-
HSV(B)247.93º99.18%47.84%-
XYZ3.751.5518.51-
YUV19.58185.8126.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 122 (48.05% from 255) = 87.14%
R=12.14%
G=0.71%
B=87.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1711220.860.9900.52247.9398.3724.12
Hex1117A5663034f86218
Octal21117212614306437014230
Binary100011111101010101101100011011010011111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11017A; }

 p { color: rgb(17,1,122); }

 H1.HeaderClassName
 {
   color: #11017A;
 }
 .AnyTagClassName
 {
   color: #11017A;
 }
</style>
background-color css

<style>
 a { background-color: #11017A; }

 a { background-color: rgb(17,1,122); }

 div.DivClassName
 {
   background-color: #11017A;
 }
 .BgClassName
 {
   background-color: #11017A;
 }
</style>
border-color css

<style>
 span { border-color: #11017A; }

 span { border-color: rgb(17,1,122); }

 td.TdClassName
 {
   border-color: #11017A;
 }
 .TagClassName
 {
   border-color: #11017A;
 }
</style>