#1E1C5A

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

Shades of Paua #1E1C5A

Tints of Paua #1E1C5A

Color information

#1E1C5A (or 0x1E1C5A) is unknown color: approx Paua. HEX triplet: 1E, 1C and 5A. RGB value is (30,28,90). Sum of RGB (Red+Green+Blue) = 30+28+90=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E1C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C5A is #E1E3A5. Grayscale: #232323. Windows color (decimal): -14803878 or 5905438. OLE color: 5905438.

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

Color convert

RGB302890-
CMYK0.670.6900.65
HSL241.94º52.54%23.14%-
HSV(B)241.94º68.89%35.29%-
XYZ2.81.849.88-
YUV35.67158.66123.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.27%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=20.27%
G=18.92%
B=60.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3028900.670.6900.65241.9452.5423.14
Hex1E1C5A4345041f23517
Octal363413210310501013626527
Binary1111011100101101010000111000101010000011111001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,90); }

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

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

 a { background-color: rgb(30,28,90); }

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

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

 span { border-color: rgb(30,28,90); }

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