#11084D

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

Shades of Paua #11084D

Tints of Paua #11084D

Color information

#11084D (or 0x11084D) is unknown color: approx Paua. HEX triplet: 11, 08 and 4D. RGB value is (17,8,77). Sum of RGB (Red+Green+Blue) = 17+8+77=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #11084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11084D is #EEF7B2. Grayscale: #121212. Windows color (decimal): -15660979 or 5048337. OLE color: 5048337.

HSL color Cylindrical-coordinate representation of color #11084D: hue angle of 247.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11084D is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB17877-
CMYK0.780.9000.70
HSL247.83º81.18%16.67%-
HSV(B)247.83º89.61%30.2%-
XYZ1.660.837.09-
YUV18.56160.98126.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=16.67%
G=7.84%
B=75.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal178770.780.9000.70247.8381.1816.67
Hex1184D4E5A046f85111
Octal2110115116132010637012121
Binary1000110001001101100111010110100100011011111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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