#1E155A

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

Shades of Paua #1E155A

Tints of Paua #1E155A

Color information

#1E155A (or 0x1E155A) is unknown color: approx Paua. HEX triplet: 1E, 15 and 5A. RGB value is (30,21,90). Sum of RGB (Red+Green+Blue) = 30+21+90=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E155A is #E1EAA5. Grayscale: #1F1F1F. Windows color (decimal): -14805670 or 5903646. OLE color: 5903646.

HSL color Cylindrical-coordinate representation of color #1E155A: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E155A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB302190-
CMYK0.670.7700.65
HSL247.83º62.16%21.76%-
HSV(B)247.83º76.67%35.29%-
XYZ2.651.559.83-
YUV31.56160.98126.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=21.28%
G=14.89%
B=63.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3021900.670.7700.65247.8362.1621.76
Hex1E155A434D041f83e16
Octal362513210311501013707626
Binary1111010101101101010000111001101010000011111100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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