#1E1454

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

Shades of Paua #1E1454

Tints of Paua #1E1454

Color information

#1E1454 (or 0x1E1454) is unknown color: approx Paua. HEX triplet: 1E, 14 and 54. RGB value is (30,20,84). Sum of RGB (Red+Green+Blue) = 30+20+84=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E1454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1454 is #E1EBAB. Grayscale: #1E1E1E. Windows color (decimal): -14805932 or 5510174. OLE color: 5510174.

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

Color convert

RGB302084-
CMYK0.640.7600.67
HSL249.38º61.54%20.39%-
HSV(B)249.38º76.19%32.94%-
XYZ2.391.428.54-
YUV30.29158.31127.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.39%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 84 (33.20% from 255) = 62.69%
R=22.39%
G=14.93%
B=62.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3020840.640.7600.67249.3861.5420.39
Hex1E1454404C043f93e14
Octal362412410011401033717624
Binary1111010100101010010000001001100010000111111100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,84); }

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

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

 a { background-color: rgb(30,20,84); }

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

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

 span { border-color: rgb(30,20,84); }

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