#1E1052

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

Shades of Paua #1E1052

Tints of Paua #1E1052

Color information

#1E1052 (or 0x1E1052) is unknown color: approx Paua. HEX triplet: 1E, 10 and 52. RGB value is (30,16,82). Sum of RGB (Red+Green+Blue) = 30+16+82=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E1052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1052 is #E1EFAD. Grayscale: #1B1B1B. Windows color (decimal): -14806958 or 5378078. OLE color: 5378078.

HSL color Cylindrical-coordinate representation of color #1E1052: hue angle of 252.73º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1052 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB301682-
CMYK0.630.8000.68
HSL252.73º67.35%19.22%-
HSV(B)252.73º80.49%32.16%-
XYZ2.241.268.11-
YUV27.71158.64129.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 82 (32.42% from 255) = 64.06%
R=23.44%
G=12.5%
B=64.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3016820.630.8000.68252.7367.3519.22
Hex1E10523F50044fd4313
Octal362012277120010437510323
Binary1111010000101001011111110100000100010011111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,82); }

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

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

 a { background-color: rgb(30,16,82); }

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

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

 span { border-color: rgb(30,16,82); }

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