#110949

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

Shades of Paua #110949

Tints of Paua #110949

Color information

#110949 (or 0x110949) is unknown color: approx Paua. HEX triplet: 11, 09 and 49. RGB value is (17,9,73). Sum of RGB (Red+Green+Blue) = 17+9+73=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #110949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110949 is #EEF6B6. Grayscale: #121212. Windows color (decimal): -15660727 or 4786449. OLE color: 4786449.

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

Color convert

RGB17973-
CMYK0.770.8800.71
HSL247.5º78.05%16.08%-
HSV(B)247.5º87.67%28.63%-
XYZ1.530.86.38-
YUV18.69158.65126.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 73 (28.91% from 255) = 73.74%
R=17.17%
G=9.09%
B=73.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal179730.770.8800.71247.578.0516.08
Hex119494D58047f84e10
Octal2111111115130010737011620
Binary1000110011001001100110110110000100011111111000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110949; }

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

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

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

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

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

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

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

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