#1E1859

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

Shades of Paua #1E1859

Tints of Paua #1E1859

Color information

#1E1859 (or 0x1E1859) is unknown color: approx Paua. HEX triplet: 1E, 18 and 59. RGB value is (30,24,89). Sum of RGB (Red+Green+Blue) = 30+24+89=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1859 is #E1E7A6. Grayscale: #202020. Windows color (decimal): -14804903 or 5838878. OLE color: 5838878.

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

Color convert

RGB302489-
CMYK0.660.7300.65
HSL245.54º57.52%22.16%-
HSV(B)245.54º73.03%34.9%-
XYZ2.671.659.63-
YUV33.2159.49125.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=20.98%
G=16.78%
B=62.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3024890.660.7300.65245.5457.5222.16
Hex1E18594249041f63a16
Octal363013110211101013667226
Binary1111011000101100110000101001001010000011111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,89); }

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

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

 a { background-color: rgb(30,24,89); }

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

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

 span { border-color: rgb(30,24,89); }

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