#110849

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

Shades of Paua #110849

Tints of Paua #110849

Color information

#110849 (or 0x110849) is unknown color: approx Paua. HEX triplet: 11, 08 and 49. RGB value is (17,8,73). Sum of RGB (Red+Green+Blue) = 17+8+73=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #110849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110849 is #EEF7B6. Grayscale: #111111. Windows color (decimal): -15660983 or 4786193. OLE color: 4786193.

HSL color Cylindrical-coordinate representation of color #110849: hue angle of 248.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110849 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17873-
CMYK0.770.8900.71
HSL248.31º80.25%15.88%-
HSV(B)248.31º89.04%28.63%-
XYZ1.520.776.37-
YUV18.1158.98127.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=17.35%
G=8.16%
B=74.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal178730.770.8900.71248.3180.2515.88
Hex118494D59047f85010
Octal2110111115131010737012020
Binary1000110001001001100110110110010100011111111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110849; }

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

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

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

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

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

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

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

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