#1E1158

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

Shades of Paua #1E1158

Tints of Paua #1E1158

Color information

#1E1158 (or 0x1E1158) is unknown color: approx Paua. HEX triplet: 1E, 11 and 58. RGB value is (30,17,88). Sum of RGB (Red+Green+Blue) = 30+17+88=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1158 is #E1EEA7. Grayscale: #1C1C1C. Windows color (decimal): -14806696 or 5771550. OLE color: 5771550.

HSL color Cylindrical-coordinate representation of color #1E1158: hue angle of 250.99º 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 #1E1158 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB301788-
CMYK0.660.8100.65
HSL250.99º67.62%20.59%-
HSV(B)250.99º80.68%34.51%-
XYZ2.51.389.37-
YUV28.98161.31128.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=22.22%
G=12.59%
B=65.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3017880.660.8100.65250.9967.6220.59
Hex1E11584251041fb4415
Octal3621130102121010137310425
Binary11110100011011000100001010100010100000111111011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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