#1E1C53

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

Shades of Paua #1E1C53

Tints of Paua #1E1C53

Color information

#1E1C53 (or 0x1E1C53) is unknown color: approx Paua. HEX triplet: 1E, 1C and 53. RGB value is (30,28,83). Sum of RGB (Red+Green+Blue) = 30+28+83=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #1E1C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C53 is #E1E3AC. Grayscale: #222222. Windows color (decimal): -14803885 or 5446686. OLE color: 5446686.

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

Color convert

RGB302883-
CMYK0.640.6600.67
HSL242.18º49.55%21.76%-
HSV(B)242.18º66.27%32.55%-
XYZ2.511.738.39-
YUV34.87155.16124.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=21.28%
G=19.86%
B=58.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3028830.640.6600.67242.1849.5521.76
Hex1E1C534042043f23216
Octal363412310010201033626226
Binary1111011100101001110000001000010010000111111001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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