#110549

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

Shades of Paua #110549

Tints of Paua #110549

Color information

#110549 (or 0x110549) is unknown color: approx Paua. HEX triplet: 11, 05 and 49. RGB value is (17,5,73). Sum of RGB (Red+Green+Blue) = 17+5+73=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #110549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110549 is #EEFAB6. Grayscale: #101010. Windows color (decimal): -15661751 or 4785425. OLE color: 4785425.

HSL color Cylindrical-coordinate representation of color #110549: hue angle of 250.59º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110549 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17573-
CMYK0.770.9300.71
HSL250.59º87.18%15.29%-
HSV(B)250.59º93.15%28.63%-
XYZ1.490.716.36-
YUV16.34159.98128.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=17.89%
G=5.26%
B=76.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175730.770.9300.71250.5987.1815.29
Hex115494D5D047fb57f
Octal215111115135010737312717
Binary10001101100100110011011011101010001111111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110549; }

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

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

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

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

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

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

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

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