#1E1059

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

Shades of Paua #1E1059

Tints of Paua #1E1059

Color information

#1E1059 (or 0x1E1059) is unknown color: approx Paua. HEX triplet: 1E, 10 and 59. RGB value is (30,16,89). Sum of RGB (Red+Green+Blue) = 30+16+89=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1059 is #E1EFA6. Grayscale: #1C1C1C. Windows color (decimal): -14806951 or 5836830. OLE color: 5836830.

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

Color convert

RGB301689-
CMYK0.660.8200.65
HSL251.51º69.52%20.59%-
HSV(B)251.51º82.02%34.9%-
XYZ2.521.379.58-
YUV28.51162.14129.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=22.22%
G=11.85%
B=65.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3016890.660.8200.65251.5169.5220.59
Hex1E10594252041fc4615
Octal3620131102122010137410625
Binary11110100001011001100001010100100100000111111100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,89); }

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

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

 a { background-color: rgb(30,16,89); }

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

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

 span { border-color: rgb(30,16,89); }

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