#110C46

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

Shades of Paua #110C46

Tints of Paua #110C46

Color information

#110C46 (or 0x110C46) is unknown color: approx Paua. HEX triplet: 11, 0C and 46. RGB value is (17,12,70). Sum of RGB (Red+Green+Blue) = 17+12+70=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #110C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C46 is #EEF3B9. Grayscale: #131313. Windows color (decimal): -15659962 or 4590609. OLE color: 4590609.

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

Color convert

RGB171270-
CMYK0.760.8300.73
HSL245.17º70.73%16.08%-
HSV(B)245.17º82.86%27.45%-
XYZ1.470.825.88-
YUV20.11156.16125.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=17.17%
G=12.12%
B=70.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1712700.760.8300.73245.1770.7316.08
Hex11C464C53049f54710
Octal2114106114123011136510720
Binary1000111001000110100110010100110100100111110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,12,70); }

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

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

 a { background-color: rgb(17,12,70); }

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

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

 span { border-color: rgb(17,12,70); }

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