#1E1554

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

Shades of Paua #1E1554

Tints of Paua #1E1554

Color information

#1E1554 (or 0x1E1554) is unknown color: approx Paua. HEX triplet: 1E, 15 and 54. RGB value is (30,21,84). Sum of RGB (Red+Green+Blue) = 30+21+84=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1554 is #E1EAAB. Grayscale: #1E1E1E. Windows color (decimal): -14805676 or 5510430. OLE color: 5510430.

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

Color convert

RGB302184-
CMYK0.640.7500.67
HSL248.57º60%20.59%-
HSV(B)248.57º75%32.94%-
XYZ2.41.458.54-
YUV30.87157.98127.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 84 (33.20% from 255) = 62.22%
R=22.22%
G=15.56%
B=62.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3021840.640.7500.67248.576020.59
Hex1E1554404B043f93c15
Octal362512410011301033717425
Binary1111010101101010010000001001011010000111111100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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