Html Css Color HEX #1E194A Paua

📋 copy color: '#1E194A'

red 30 ◦ green 25 ◦ blue 74

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

Shades of Paua #1E194A

Tints of Paua #1E194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 23.26%
G = 19.38%
B = 57.36%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1E194A (or 0x1E194A) is known color: Paua. HEX triplet: 1E, 19 and 4A. RGB value is (30,25,74). Sum of RGB (Red+Green+Blue) = 30+25+74=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E194A is #E1E6B5. Grayscale: #1F1F1F. Windows color (decimal): -14804662 or 4856094. OLE color: 4856094.

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

Color convert

RGB 30 25 74 -
CMYK 0.59 0.66 0 0.71
HSL 246.12º 0.49% 0.19% -
HSV(B) 246.12º 0.66% 0.29% -
XYZ 2.12 1.47 6.65 -
YUV 32.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 30 25 74 0.59 0.66 0 0.71 246.12 0.49 0.19
Hex 1E 19 4A 3B 42 0 47 F6 31 13
Octal 36 31 112 73 102 0 107 366 61 23
Binary 11110 11001 1001010 111011 1000010 0 1000111 11110110 110001 10011

Color Harmonies of #1E194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E194A

Black with #1E194A

Text Example


Text Example

White with #1E194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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