#1D1355

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

Shades of Paua #1D1355

Tints of Paua #1D1355

Color information

#1D1355 (or 0x1D1355) is unknown color: approx Paua. HEX triplet: 1D, 13 and 55. RGB value is (29,19,85). Sum of RGB (Red+Green+Blue) = 29+19+85=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D1355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1355 is #E2ECAA. Grayscale: #1D1D1D. Windows color (decimal): -14871723 or 5575453. OLE color: 5575453.

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

Color convert

RGB291985-
CMYK0.660.7800.67
HSL249.09º63.46%20.39%-
HSV(B)249.09º77.65%33.33%-
XYZ2.381.388.74-
YUV29.51159.31127.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=21.80%
G=14.29%
B=63.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2919850.660.7800.67249.0963.4620.39
Hex1D1355424E043f93f14
Octal352312510211601033717724
Binary1110110011101010110000101001110010000111111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,85); }

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

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

 a { background-color: rgb(29,19,85); }

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

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

 span { border-color: rgb(29,19,85); }

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