Html Css Color HEX #1E1558 Paua

📋 copy color: '#1E1558'

red 30 ◦ green 21 ◦ blue 88

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

Shades of Paua #1E1558

Tints of Paua #1E1558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 88 (34.77% from 255) = 63.31%

R = 21.58%
G = 15.11%
B = 63.31%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E1558 (or 0x1E1558) is known color: Paua. HEX triplet: 1E, 15 and 58. RGB value is (30,21,88). Sum of RGB (Red+Green+Blue) = 30+21+88=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1558 is #E1EAA7. Grayscale: #1F1F1F. Windows color (decimal): -14805672 or 5772574. OLE color: 5772574.

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

Color convert

RGB 30 21 88 -
CMYK 0.66 0.76 0 0.65
HSL 248.06º 0.61% 0.21% -
HSV(B) 248.06º 0.76% 0.35% -
XYZ 2.57 1.52 9.39 -
YUV 31.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 30 21 88 0.66 0.76 0 0.65 248.06 0.61 0.21
Hex 1E 15 58 42 4C 0 41 F8 3D 15
Octal 36 25 130 102 114 0 101 370 75 25
Binary 11110 10101 1011000 1000010 1001100 0 1000001 11111000 111101 10101

Color Harmonies of #1E1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1558

Black with #1E1558

Text Example


Text Example

White with #1E1558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,88); }

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

background-color css

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

 a { background-color: rgb(30,21,88); }

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

border-color css

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

 span { border-color: rgb(30,21,88); }

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