#110474

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

Shades of Navy #110474

Tints of Navy #110474

Color information

#110474 (or 0x110474) is unknown color: approx Navy. HEX triplet: 11, 04 and 74. RGB value is (17,4,116). Sum of RGB (Red+Green+Blue) = 17+4+116=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #110474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110474 is #EEFB8B. Grayscale: #141414. Windows color (decimal): -15661964 or 7603217. OLE color: 7603217.

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

Color convert

RGB174116-
CMYK0.850.9700.55
HSL246.96º93.33%23.53%-
HSV(B)246.96º96.55%45.49%-
XYZ3.431.4716.63-
YUV20.66181.81125.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 116 (45.70% from 255) = 84.67%
R=12.41%
G=2.92%
B=84.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1741160.850.9700.55246.9693.3323.53
Hex114745561037f75d18
Octal21416412514106736713530
Binary10001100111010010101011100001011011111110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110474; }

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

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

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

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

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

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

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

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