#1E0B5B

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

Shades of Paua #1E0B5B

Tints of Paua #1E0B5B

Color information

#1E0B5B (or 0x1E0B5B) is unknown color: approx Paua. HEX triplet: 1E, 0B and 5B. RGB value is (30,11,91). Sum of RGB (Red+Green+Blue) = 30+11+91=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E0B5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0B5B is #E1F4A4. Grayscale: #191919. Windows color (decimal): -14808229 or 5966622. OLE color: 5966622.

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

Color convert

RGB301191-
CMYK0.670.8800.64
HSL254.25º78.43%20%-
HSV(B)254.25º87.91%35.69%-
XYZ2.541.2710.01-
YUV25.8164.79131-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.73%
GREEN value IS 11 (4.69% from 255) = 8.33%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=22.73%
G=8.33%
B=68.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3011910.670.8800.64254.2578.4320
Hex1EB5B4358040fe4e14
Octal3613133103130010037611624
Binary1111010111011011100001110110000100000011111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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