#111048

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

Shades of Paua #111048

Tints of Paua #111048

Color information

#111048 (or 0x111048) is unknown color: approx Paua. HEX triplet: 11, 10 and 48. RGB value is (17,16,72). Sum of RGB (Red+Green+Blue) = 17+16+72=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #111048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111048 is #EEEFB7. Grayscale: #161616. Windows color (decimal): -15658936 or 4722705. OLE color: 4722705.

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

Color convert

RGB171672-
CMYK0.760.7800.72
HSL241.07º63.64%17.25%-
HSV(B)241.07º77.78%28.24%-
XYZ1.590.966.23-
YUV22.68155.83123.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=16.19%
G=15.24%
B=68.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1716720.760.7800.72241.0763.6417.25
Hex1110484C4E048f14011
Octal2120110114116011036110021
Binary10001100001001000100110010011100100100011110001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111048; }

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

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

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

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

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

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

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

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