#110942

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

Shades of Paua #110942

Tints of Paua #110942

Color information

#110942 (or 0x110942) is unknown color: approx Paua. HEX triplet: 11, 09 and 42. RGB value is (17,9,66). Sum of RGB (Red+Green+Blue) = 17+9+66=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 66 (26.17% from 255 or 71.74% from 92); Max value from RGB is 66 - color contains mainly: blue. Hex color #110942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110942 is #EEF6BD. Grayscale: #111111. Windows color (decimal): -15660734 or 4327697. OLE color: 4327697.

HSL color Cylindrical-coordinate representation of color #110942: hue angle of 248.42º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110942 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB17966-
CMYK0.740.8600.74
HSL248.42º76%14.71%-
HSV(B)248.42º86.36%25.88%-
XYZ1.310.715.22-
YUV17.89155.15127.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 66 (26.17% from 255) = 71.74%
R=18.48%
G=9.78%
B=71.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal179660.740.8600.74248.427614.71
Hex119424A5604Af84cf
Octal2111102112126011237011417
Binary100011001100001010010101010110010010101111100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110942; }

 p { color: rgb(17,9,66); }

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

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

 a { background-color: rgb(17,9,66); }

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

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

 span { border-color: rgb(17,9,66); }

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