#1E1058

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

Shades of Paua #1E1058

Tints of Paua #1E1058

Color information

#1E1058 (or 0x1E1058) is unknown color: approx Paua. HEX triplet: 1E, 10 and 58. RGB value is (30,16,88). Sum of RGB (Red+Green+Blue) = 30+16+88=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1058 is #E1EFA7. Grayscale: #1C1C1C. Windows color (decimal): -14806952 or 5771294. OLE color: 5771294.

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

Color convert

RGB301688-
CMYK0.660.8200.65
HSL251.67º69.23%20.39%-
HSV(B)251.67º81.82%34.51%-
XYZ2.481.359.36-
YUV28.39161.64129.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.39%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=22.39%
G=11.94%
B=65.67%

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
Decimal3016880.660.8200.65251.6769.2320.39
Hex1E10584252041fc4514
Octal3620130102122010137410524
Binary11110100001011000100001010100100100000111111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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