#1D1156

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

Shades of Paua #1D1156

Tints of Paua #1D1156

Color information

#1D1156 (or 0x1D1156) is unknown color: approx Paua. HEX triplet: 1D, 11 and 56. RGB value is (29,17,86). Sum of RGB (Red+Green+Blue) = 29+17+86=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D1156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1156 is #E2EEA9. Grayscale: #1C1C1C. Windows color (decimal): -14872234 or 5640477. OLE color: 5640477.

HSL color Cylindrical-coordinate representation of color #1D1156: hue angle of 250.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1156 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB291786-
CMYK0.660.8000.66
HSL250.43º66.99%20.2%-
HSV(B)250.43º80.23%33.73%-
XYZ2.391.338.94-
YUV28.45160.48128.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 86 (33.98% from 255) = 65.15%
R=21.97%
G=12.88%
B=65.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2917860.660.8000.66250.4366.9920.2
Hex1D11564250042fa4314
Octal3521126102120010237210324
Binary11101100011010110100001010100000100001011111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1156; }

 p { color: rgb(29,17,86); }

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

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

 a { background-color: rgb(29,17,86); }

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

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

 span { border-color: rgb(29,17,86); }

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