Html Css Color HEX #1E1746 Paua

📋 copy color: '#1E1746'

red 30 ◦ green 23 ◦ blue 70

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

Shades of Paua #1E1746

Tints of Paua #1E1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56.91%

R = 24.39%
G = 18.7%
B = 56.91%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1E1746 (or 0x1E1746) is known color: Paua. HEX triplet: 1E, 17 and 46. RGB value is (30,23,70). Sum of RGB (Red+Green+Blue) = 30+23+70=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E1746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1746 is #E1E8B9. Grayscale: #1E1E1E. Windows color (decimal): -14805178 or 4593438. OLE color: 4593438.

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

Color convert

RGB 30 23 70 -
CMYK 0.57 0.67 0 0.73
HSL 248.94º 0.51% 0.18% -
HSV(B) 248.94º 0.67% 0.27% -
XYZ 1.95 1.33 5.95 -
YUV 30.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 30 23 70 0.57 0.67 0 0.73 248.94 0.51 0.18
Hex 1E 17 46 39 43 0 49 F9 33 12
Octal 36 27 106 71 103 0 111 371 63 22
Binary 11110 10111 1000110 111001 1000011 0 1001001 11111001 110011 10010

Color Harmonies of #1E1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1746

Black with #1E1746

Text Example


Text Example

White with #1E1746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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