#1D1E53

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

Shades of Paua #1D1E53

Tints of Paua #1D1E53

Color information

#1D1E53 (or 0x1D1E53) is unknown color: approx Paua. HEX triplet: 1D, 1E and 53. RGB value is (29,30,83). Sum of RGB (Red+Green+Blue) = 29+30+83=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D1E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1E53 is #E2E1AC. Grayscale: #232323. Windows color (decimal): -14868909 or 5447197. OLE color: 5447197.

HSL color Cylindrical-coordinate representation of color #1D1E53: hue angle of 238.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D1E53 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB293083-
CMYK0.650.6400.67
HSL238.89º48.21%21.96%-
HSV(B)238.89º65.06%32.55%-
XYZ2.531.818.4-
YUV35.74154.67123.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=20.42%
G=21.13%
B=58.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2930830.650.6400.67238.8948.2121.96
Hex1D1E534140043ef3016
Octal353612310110001033576026
Binary1110111110101001110000011000000010000111110111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,83); }

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

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

 a { background-color: rgb(29,30,83); }

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

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

 span { border-color: rgb(29,30,83); }

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