Html Css Color HEX #1E154A Paua

📋 copy color: '#1E154A'

red 30 ◦ green 21 ◦ blue 74

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

Shades of Paua #1E154A

Tints of Paua #1E154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 59.2%

R = 24%
G = 16.8%
B = 59.2%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1E154A (or 0x1E154A) is known color: Paua. HEX triplet: 1E, 15 and 4A. RGB value is (30,21,74). Sum of RGB (Red+Green+Blue) = 30+21+74=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E154A is #E1EAB5. Grayscale: #1D1D1D. Windows color (decimal): -14805686 or 4855070. OLE color: 4855070.

HSL color Cylindrical-coordinate representation of color #1E154A: hue angle of 250.19º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E154A is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 30 21 74 -
CMYK 0.59 0.72 0 0.71
HSL 250.19º 0.56% 0.19% -
HSV(B) 250.19º 0.72% 0.29% -
XYZ 2.04 1.31 6.62 -
YUV 29.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 30 21 74 0.59 0.72 0 0.71 250.19 0.56 0.19
Hex 1E 15 4A 3B 48 0 47 FA 38 13
Octal 36 25 112 73 110 0 107 372 70 23
Binary 11110 10101 1001010 111011 1001000 0 1000111 11111010 111000 10011

Color Harmonies of #1E154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E154A

Black with #1E154A

Text Example


Text Example

White with #1E154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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