#110D47

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

Shades of Paua #110D47

Tints of Paua #110D47

Color information

#110D47 (or 0x110D47) is unknown color: approx Paua. HEX triplet: 11, 0D and 47. RGB value is (17,13,71). Sum of RGB (Red+Green+Blue) = 17+13+71=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #110D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D47 is #EEF2B8. Grayscale: #141414. Windows color (decimal): -15659705 or 4656401. OLE color: 4656401.

HSL color Cylindrical-coordinate representation of color #110D47: hue angle of 244.14º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110D47 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB171371-
CMYK0.760.8200.72
HSL244.14º69.05%16.47%-
HSV(B)244.14º81.69%27.84%-
XYZ1.510.866.05-
YUV20.81156.33125.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 71 (28.12% from 255) = 70.30%
R=16.83%
G=12.87%
B=70.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1713710.760.8200.72244.1469.0516.47
Hex11D474C52048f44510
Octal2115107114122011036410520
Binary1000111011000111100110010100100100100011110100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110D47; }

 p { color: rgb(17,13,71); }

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

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

 a { background-color: rgb(17,13,71); }

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

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

 span { border-color: rgb(17,13,71); }

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