#1E1B5C

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

Shades of Paua #1E1B5C

Tints of Paua #1E1B5C

Color information

#1E1B5C (or 0x1E1B5C) is unknown color: approx Paua. HEX triplet: 1E, 1B and 5C. RGB value is (30,27,92). Sum of RGB (Red+Green+Blue) = 30+27+92=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E1B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1B5C is #E1E4A3. Grayscale: #232323. Windows color (decimal): -14804132 or 6036254. OLE color: 6036254.

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

Color convert

RGB302792-
CMYK0.670.7100.64
HSL242.77º54.62%23.33%-
HSV(B)242.77º70.65%36.08%-
XYZ2.861.8310.33-
YUV35.31159.99124.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=20.13%
G=18.12%
B=61.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3027920.670.7100.64242.7754.6223.33
Hex1E1B5C4347040f33717
Octal363313410310701003636727
Binary1111011011101110010000111000111010000001111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,27,92); }

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

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

 a { background-color: rgb(30,27,92); }

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

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

 span { border-color: rgb(30,27,92); }

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