Html Css Color HEX #1E1744 Paua

📋 copy color: '#1E1744'

red 30 ◦ green 23 ◦ blue 68

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

Shades of Paua #1E1744

Tints of Paua #1E1744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 68 (26.95% from 255) = 56.2%

R = 24.79%
G = 19.01%
B = 56.2%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1E1744 (or 0x1E1744) is known color: Paua. HEX triplet: 1E, 17 and 44. RGB value is (30,23,68). Sum of RGB (Red+Green+Blue) = 30+23+68=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E1744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1744 is #E1E8BB. Grayscale: #1E1E1E. Windows color (decimal): -14805180 or 4462366. OLE color: 4462366.

HSL color Cylindrical-coordinate representation of color #1E1744: hue angle of 249.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E1744 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 23 68 -
CMYK 0.56 0.66 0 0.73
HSL 249.33º 0.49% 0.18% -
HSV(B) 249.33º 0.66% 0.27% -
XYZ 1.89 1.31 5.62 -
YUV 30.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 30 23 68 0.56 0.66 0 0.73 249.33 0.49 0.18
Hex 1E 17 44 38 42 0 49 F9 31 12
Octal 36 27 104 70 102 0 111 371 61 22
Binary 11110 10111 1000100 111000 1000010 0 1001001 11111001 110001 10010

Color Harmonies of #1E1744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1744

Black with #1E1744

Text Example


Text Example

White with #1E1744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,68); }

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

background-color css

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

 a { background-color: rgb(30,23,68); }

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

border-color css

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

 span { border-color: rgb(30,23,68); }

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