#110845

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

Shades of Paua #110845

Tints of Paua #110845

Color information

#110845 (or 0x110845) is unknown color: approx Paua. HEX triplet: 11, 08 and 45. RGB value is (17,8,69). Sum of RGB (Red+Green+Blue) = 17+8+69=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #110845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110845 is #EEF7BA. Grayscale: #111111. Windows color (decimal): -15660987 or 4524049. OLE color: 4524049.

HSL color Cylindrical-coordinate representation of color #110845: hue angle of 248.85º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110845 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB17869-
CMYK0.750.8800.73
HSL248.85º79.22%15.1%-
HSV(B)248.85º88.41%27.06%-
XYZ1.390.725.7-
YUV17.64156.98127.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 69 (27.34% from 255) = 73.40%
R=18.09%
G=8.51%
B=73.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal178690.750.8800.73248.8579.2215.1
Hex118454B58049f94ff
Octal2110105113130011137111717
Binary100011000100010110010111011000010010011111100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110845; }

 p { color: rgb(17,8,69); }

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

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

 a { background-color: rgb(17,8,69); }

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

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

 span { border-color: rgb(17,8,69); }

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