#1E115A

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

Shades of Paua #1E115A

Tints of Paua #1E115A

Color information

#1E115A (or 0x1E115A) is unknown color: approx Paua. HEX triplet: 1E, 11 and 5A. RGB value is (30,17,90). Sum of RGB (Red+Green+Blue) = 30+17+90=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E115A is #E1EEA5. Grayscale: #1C1C1C. Windows color (decimal): -14806694 or 5902622. OLE color: 5902622.

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

Color convert

RGB301790-
CMYK0.670.8100.65
HSL250.68º68.22%20.98%-
HSV(B)250.68º81.11%35.29%-
XYZ2.581.429.81-
YUV29.21162.31128.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.90%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 90 (35.55% from 255) = 65.69%
R=21.90%
G=12.41%
B=65.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3017900.670.8100.65250.6868.2220.98
Hex1E115A4351041fb4415
Octal3621132103121010137310425
Binary11110100011011010100001110100010100000111111011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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