#1D1157

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

Shades of Paua #1D1157

Tints of Paua #1D1157

Color information

#1D1157 (or 0x1D1157) is unknown color: approx Paua. HEX triplet: 1D, 11 and 57. RGB value is (29,17,87). Sum of RGB (Red+Green+Blue) = 29+17+87=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D1157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1157 is #E2EEA8. Grayscale: #1C1C1C. Windows color (decimal): -14872233 or 5706013. OLE color: 5706013.

HSL color Cylindrical-coordinate representation of color #1D1157: hue angle of 250.29º 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 #1D1157 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB291787-
CMYK0.670.8000.66
HSL250.29º67.31%20.39%-
HSV(B)250.29º80.46%34.12%-
XYZ2.431.359.15-
YUV28.57160.98128.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 87 (34.38% from 255) = 65.41%
R=21.80%
G=12.78%
B=65.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2917870.670.8000.66250.2967.3120.39
Hex1D11574350042fa4314
Octal3521127103120010237210324
Binary11101100011010111100001110100000100001011111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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