#1E0C5B

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

Shades of Paua #1E0C5B

Tints of Paua #1E0C5B

Color information

#1E0C5B (or 0x1E0C5B) is unknown color: approx Paua. HEX triplet: 1E, 0C and 5B. RGB value is (30,12,91). Sum of RGB (Red+Green+Blue) = 30+12+91=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E0C5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0C5B is #E1F3A4. Grayscale: #1A1A1A. Windows color (decimal): -14807973 or 5966878. OLE color: 5966878.

HSL color Cylindrical-coordinate representation of color #1E0C5B: hue angle of 253.67º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E0C5B is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB301291-
CMYK0.670.8700.64
HSL253.67º76.7%20.2%-
HSV(B)253.67º86.81%35.69%-
XYZ2.561.2910.01-
YUV26.39164.46130.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.56%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 91 (35.94% from 255) = 68.42%
R=22.56%
G=9.02%
B=68.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3012910.670.8700.64253.6776.720.2
Hex1EC5B4357040fe4d14
Octal3614133103127010037611524
Binary1111011001011011100001110101110100000011111110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,91); }

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

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

 a { background-color: rgb(30,12,91); }

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

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

 span { border-color: rgb(30,12,91); }

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