#110574

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

Shades of Navy #110574

Tints of Navy #110574

Color information

#110574 (or 0x110574) is unknown color: approx Navy. HEX triplet: 11, 05 and 74. RGB value is (17,5,116). Sum of RGB (Red+Green+Blue) = 17+5+116=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #110574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110574 is #EEFA8B. Grayscale: #141414. Windows color (decimal): -15661708 or 7603473. OLE color: 7603473.

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

Color convert

RGB175116-
CMYK0.850.9600.55
HSL246.49º91.74%23.73%-
HSV(B)246.49º95.69%45.49%-
XYZ3.441.4916.63-
YUV21.24181.48124.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 116 (45.70% from 255) = 84.06%
R=12.32%
G=3.62%
B=84.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1751160.850.9600.55246.4991.7423.73
Hex115745560037f65c18
Octal21516412514006736613430
Binary10001101111010010101011100000011011111110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110574; }

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

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

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

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

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

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

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

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