#110B47

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

Shades of Paua #110B47

Tints of Paua #110B47

Color information

#110B47 (or 0x110B47) is unknown color: approx Paua. HEX triplet: 11, 0B and 47. RGB value is (17,11,71). Sum of RGB (Red+Green+Blue) = 17+11+71=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #110B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B47 is #EEF4B8. Grayscale: #131313. Windows color (decimal): -15660217 or 4655889. OLE color: 4655889.

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

Color convert

RGB171171-
CMYK0.760.8500.72
HSL246º73.17%16.08%-
HSV(B)246º84.51%27.84%-
XYZ1.490.816.04-
YUV19.63156.99126.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 71 (28.12% from 255) = 71.72%
R=17.17%
G=11.11%
B=71.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1711710.760.8500.7224673.1716.08
Hex11B474C55048f64910
Octal2113107114125011036611120
Binary1000110111000111100110010101010100100011110110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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