#1E164C

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

Shades of Paua #1E164C

Tints of Paua #1E164C

Color information

#1E164C (or 0x1E164C) is unknown color: approx Paua. HEX triplet: 1E, 16 and 4C. RGB value is (30,22,76). Sum of RGB (Red+Green+Blue) = 30+22+76=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E164C is #E1E9B3. Grayscale: #1E1E1E. Windows color (decimal): -14805428 or 4986398. OLE color: 4986398.

HSL color Cylindrical-coordinate representation of color #1E164C: hue angle of 248.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E164C is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB302276-
CMYK0.610.7100.70
HSL248.89º55.1%19.22%-
HSV(B)248.89º71.05%29.8%-
XYZ2.131.376.99-
YUV30.55153.65127.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=23.44%
G=17.19%
B=59.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3022760.610.7100.70248.8955.119.22
Hex1E164C3D47046f93713
Octal36261147510701063716723
Binary111101011010011001111011000111010001101111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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