Html Css Color HEX #1E1059 Paua

📋 copy color: '#1E1059'

red 30 ◦ green 16 ◦ blue 89

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

Shades of Paua #1E1059

Tints of Paua #1E1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 22.22%
G = 11.85%
B = 65.93%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E1059 (or 0x1E1059) is known color: Paua. HEX triplet: 1E, 10 and 59. RGB value is (30,16,89). Sum of RGB (Red+Green+Blue) = 30+16+89=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1059 is #E1EFA6. Grayscale: #1C1C1C. Windows color (decimal): -14806951 or 5836830. OLE color: 5836830.

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

Color convert

RGB 30 16 89 -
CMYK 0.66 0.82 0 0.65
HSL 251.51º 0.7% 0.21% -
HSV(B) 251.51º 0.82% 0.35% -
XYZ 2.52 1.37 9.58 -
YUV 28.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 30 16 89 0.66 0.82 0 0.65 251.51 0.7 0.21
Hex 1E 10 59 42 52 0 41 FC 46 15
Octal 36 20 131 102 122 0 101 374 106 25
Binary 11110 10000 1011001 1000010 1010010 0 1000001 11111100 1000110 10101

Color Harmonies of #1E1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1059

Black with #1E1059

Text Example


Text Example

White with #1E1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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