Html Css Color HEX #1E1159 Paua

📋 copy color: '#1E1159'

red 30 ◦ green 17 ◦ blue 89

#1E1159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #1E1159

Tints of Paua #1E1159

RGB

 RED value IS 30 (12.11% from 255) = 22.06%

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 89 (35.16% from 255) = 65.44%

R = 22.06%
G = 12.5%
B = 65.44%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E1159 (or 0x1E1159) is known color: Paua. HEX triplet: 1E, 11 and 59. RGB value is (30,17,89). Sum of RGB (Red+Green+Blue) = 30+17+89=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1159 is #E1EEA6. Grayscale: #1C1C1C. Windows color (decimal): -14806695 or 5837086. OLE color: 5837086.

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

Color convert

RGB 30 17 89 -
CMYK 0.66 0.81 0 0.65
HSL 250.83º 0.68% 0.21% -
HSV(B) 250.83º 0.81% 0.35% -
XYZ 2.54 1.4 9.59 -
YUV 29.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 30 17 89 0.66 0.81 0 0.65 250.83 0.68 0.21
Hex 1E 11 59 42 51 0 41 FB 44 15
Octal 36 21 131 102 121 0 101 373 104 25
Binary 11110 10001 1011001 1000010 1010001 0 1000001 11111011 1000100 10101

Color Harmonies of #1E1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1159

Black with #1E1159

Text Example


Text Example

White with #1E1159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1159;
 }
 .AnyTagClassName
 {
   color: #1E1159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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