#1E165A

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

Shades of Paua #1E165A

Tints of Paua #1E165A

Color information

#1E165A (or 0x1E165A) is unknown color: approx Paua. HEX triplet: 1E, 16 and 5A. RGB value is (30,22,90). Sum of RGB (Red+Green+Blue) = 30+22+90=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E165A is #E1E9A5. Grayscale: #1F1F1F. Windows color (decimal): -14805414 or 5903902. OLE color: 5903902.

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

Color convert

RGB302290-
CMYK0.670.7600.65
HSL247.06º60.71%21.96%-
HSV(B)247.06º75.56%35.29%-
XYZ2.671.599.84-
YUV32.14160.65126.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=21.13%
G=15.49%
B=63.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3022900.670.7600.65247.0660.7121.96
Hex1E165A434C041f73d16
Octal362613210311401013677526
Binary1111010110101101010000111001100010000011111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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