#1d1059

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

Shades of Paua #1D1059

Tints of Paua #1D1059

Color information

#1D1059 (or 0x1D1059) is unknown color: approx Paua. HEX triplet: 1D, 10 and 59. RGB value is (29,16,89). Sum of RGB (Red+Green+Blue) = 29+16+89=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1059 is #E2EFA6. Grayscale: #1B1B1B. Windows color (decimal): -14872487 or 5836829. OLE color: 5836829.

HSL color Cylindrical-coordinate representation of color #1D1059: hue angle of 250.68º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1059 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB291689-
CMYK0.670.8200.65
HSL250.68º69.52%20.59%-
HSV(B)250.68º82.02%34.9%-
XYZ2.51.359.58-
YUV28.21162.31128.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 89 (35.16% from 255) = 66.42%
R=21.64%
G=11.94%
B=66.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2916890.670.8200.65250.6869.5220.59
Hex1D10594352041fb4615
Octal3520131103122010137310625
Binary11101100001011001100001110100100100000111111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,89); }

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

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

 a { background-color: rgb(29,16,89); }

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

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

 span { border-color: rgb(29,16,89); }

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