#110174

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

Shades of Navy #110174

Tints of Navy #110174

Color information

#110174 (or 0x110174) is unknown color: approx Navy. HEX triplet: 11, 01 and 74. RGB value is (17,1,116). Sum of RGB (Red+Green+Blue) = 17+1+116=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #110174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110174 is #EEFE8B. Grayscale: #121212. Windows color (decimal): -15662732 or 7602449. OLE color: 7602449.

HSL color Cylindrical-coordinate representation of color #110174: hue angle of 248.35º 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 #110174 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB171116-
CMYK0.850.9900.55
HSL248.35º98.29%22.94%-
HSV(B)248.35º99.14%45.49%-
XYZ3.391.416.61-
YUV18.89182.8126.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 116 (45.70% from 255) = 86.57%
R=12.69%
G=0.75%
B=86.57%

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
Decimal1711160.850.9900.55248.3598.2922.94
Hex111745563037f86217
Octal21116412514306737014227
Binary100011111010010101011100011011011111111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110174; }

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

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

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

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

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

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

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

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