#11134D

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

Shades of Paua #11134D

Tints of Paua #11134D

Color information

#11134D (or 0x11134D) is unknown color: approx Paua. HEX triplet: 11, 13 and 4D. RGB value is (17,19,77). Sum of RGB (Red+Green+Blue) = 17+19+77=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #11134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11134D is #EEECB2. Grayscale: #181818. Windows color (decimal): -15658163 or 5051153. OLE color: 5051153.

HSL color Cylindrical-coordinate representation of color #11134D: hue angle of 238º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11134D is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB171977-
CMYK0.780.7500.70
HSL238º63.83%18.43%-
HSV(B)238º77.92%30.2%-
XYZ1.81.127.14-
YUV25.01157.34122.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 77 (30.47% from 255) = 68.14%
R=15.04%
G=16.81%
B=68.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1719770.780.7500.7023863.8318.43
Hex11134D4E4B046ee4012
Octal2123115116113010635610022
Binary10001100111001101100111010010110100011011101110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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