#11104F

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

Shades of Paua #11104F

Tints of Paua #11104F

Color information

#11104F (or 0x11104F) is unknown color: approx Paua. HEX triplet: 11, 10 and 4F. RGB value is (17,16,79). Sum of RGB (Red+Green+Blue) = 17+16+79=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #11104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11104F is #EEEFB0. Grayscale: #171717. Windows color (decimal): -15658929 or 5181457. OLE color: 5181457.

HSL color Cylindrical-coordinate representation of color #11104F: hue angle of 240.95º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11104F is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB171679-
CMYK0.780.8000.69
HSL240.95º66.32%18.63%-
HSV(B)240.95º79.75%30.98%-
XYZ1.831.057.5-
YUV23.48159.33123.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=15.18%
G=14.29%
B=70.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1716790.780.8000.69240.9566.3218.63
Hex11104F4E50045f14213
Octal2120117116120010536110223
Binary10001100001001111100111010100000100010111110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11104F; }

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

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

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

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

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

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

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

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