Html Css Color HEX #1E1C46 Paua

📋 copy color: '#1E1C46'

red 30 ◦ green 28 ◦ blue 70

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

Shades of Paua #1E1C46

Tints of Paua #1E1C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.88%

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

R = 23.44%
G = 21.88%
B = 54.69%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1E1C46 (or 0x1E1C46) is known color: Paua. HEX triplet: 1E, 1C and 46. RGB value is (30,28,70). Sum of RGB (Red+Green+Blue) = 30+28+70=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E1C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1C46 is #E1E3B9. Grayscale: #212121. Windows color (decimal): -14803898 or 4594718. OLE color: 4594718.

HSL color Cylindrical-coordinate representation of color #1E1C46: hue angle of 242.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E1C46 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 28 70 -
CMYK 0.57 0.60 0 0.73
HSL 242.86º 0.43% 0.19% -
HSV(B) 242.86º 0.6% 0.27% -
XYZ 2.06 1.55 5.98 -
YUV 33.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 30 28 70 0.57 0.60 0 0.73 242.86 0.43 0.19
Hex 1E 1C 46 39 3C 0 49 F3 2B 13
Octal 36 34 106 71 74 0 111 363 53 23
Binary 11110 11100 1000110 111001 111100 0 1001001 11110011 101011 10011

Color Harmonies of #1E1C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1C46

Black with #1E1C46

Text Example


Text Example

White with #1E1C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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