#1E1757

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

Shades of Paua #1E1757

Tints of Paua #1E1757

Color information

#1E1757 (or 0x1E1757) is unknown color: approx Paua. HEX triplet: 1E, 17 and 57. RGB value is (30,23,87). Sum of RGB (Red+Green+Blue) = 30+23+87=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E1757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1757 is #E1E8A8. Grayscale: #202020. Windows color (decimal): -14805161 or 5707550. OLE color: 5707550.

HSL color Cylindrical-coordinate representation of color #1E1757: hue angle of 246.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E1757 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB302387-
CMYK0.660.7400.66
HSL246.56º58.18%21.57%-
HSV(B)246.56º73.56%34.12%-
XYZ2.561.589.19-
YUV32.39158.82126.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.43%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=21.43%
G=16.43%
B=62.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3023870.660.7400.66246.5658.1821.57
Hex1E1757424A042f73a16
Octal362712710211201023677226
Binary1111010111101011110000101001010010000101111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,23,87); }

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

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

 a { background-color: rgb(30,23,87); }

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

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

 span { border-color: rgb(30,23,87); }

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