#111049

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

Shades of Paua #111049

Tints of Paua #111049

Color information

#111049 (or 0x111049) is unknown color: approx Paua. HEX triplet: 11, 10 and 49. RGB value is (17,16,73). Sum of RGB (Red+Green+Blue) = 17+16+73=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #111049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111049 is #EEEFB6. Grayscale: #161616. Windows color (decimal): -15658935 or 4788241. OLE color: 4788241.

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

Color convert

RGB171673-
CMYK0.770.7800.71
HSL241.05º64.04%17.45%-
HSV(B)241.05º78.08%28.63%-
XYZ1.620.976.41-
YUV22.8156.33123.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 73 (28.91% from 255) = 68.87%
R=16.04%
G=15.09%
B=68.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1716730.770.7800.71241.0564.0417.45
Hex1110494D4E047f14011
Octal2120111115116010736110021
Binary10001100001001001100110110011100100011111110001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111049; }

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

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

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

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

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

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

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

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