#110173

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

Shades of Navy #110173

Tints of Navy #110173

Color information

#110173 (or 0x110173) is unknown color: approx Navy. HEX triplet: 11, 01 and 73. RGB value is (17,1,115). Sum of RGB (Red+Green+Blue) = 17+1+115=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #110173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110173 is #EEFE8C. Grayscale: #121212. Windows color (decimal): -15662733 or 7536913. OLE color: 7536913.

HSL color Cylindrical-coordinate representation of color #110173: hue angle of 248.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110173 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB171115-
CMYK0.850.9900.55
HSL248.42º98.28%22.75%-
HSV(B)248.42º99.13%45.1%-
XYZ3.341.3816.31-
YUV18.78182.3126.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 115 (45.31% from 255) = 86.47%
R=12.78%
G=0.75%
B=86.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1711150.850.9900.55248.4298.2822.75
Hex111735563037f86217
Octal21116312514306737014227
Binary100011111001110101011100011011011111111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110173; }

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

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

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

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

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

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

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

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