#11084A

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

Shades of Paua #11084A

Tints of Paua #11084A

Color information

#11084A (or 0x11084A) is unknown color: approx Paua. HEX triplet: 11, 08 and 4A. RGB value is (17,8,74). Sum of RGB (Red+Green+Blue) = 17+8+74=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #11084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11084A is #EEF7B5. Grayscale: #111111. Windows color (decimal): -15660982 or 4851729. OLE color: 4851729.

HSL color Cylindrical-coordinate representation of color #11084A: hue angle of 248.18º 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 #11084A is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17874-
CMYK0.770.8900.71
HSL248.18º80.49%16.08%-
HSV(B)248.18º89.19%29.02%-
XYZ1.550.796.55-
YUV18.22159.48127.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=17.17%
G=8.08%
B=74.75%

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
Decimal178740.770.8900.71248.1880.4916.08
Hex1184A4D59047f85010
Octal2110112115131010737012020
Binary1000110001001010100110110110010100011111111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11084A; }

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

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

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

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

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

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

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

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