Html Css Color HEX #19144A Paua

📋 copy color: '#19144A'

red 25 ◦ green 20 ◦ blue 74

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

Shades of Paua #19144A

Tints of Paua #19144A

RGB

 RED value IS 25 (10.16% from 255) = 21.01%

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 21.01%
G = 16.81%
B = 62.18%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19144A (or 0x19144A) is known color: Paua. HEX triplet: 19, 14 and 4A. RGB value is (25,20,74). Sum of RGB (Red+Green+Blue) = 25+20+74=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #19144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19144A is #E6EBB5. Grayscale: #1B1B1B. Windows color (decimal): -15133622 or 4854809. OLE color: 4854809.

HSL color Cylindrical-coordinate representation of color #19144A: hue angle of 245.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19144A is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 20 74 -
CMYK 0.66 0.73 0 0.71
HSL 245.56º 0.57% 0.18% -
HSV(B) 245.56º 0.73% 0.29% -
XYZ 1.89 1.2 6.61 -
YUV 27.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 25 20 74 0.66 0.73 0 0.71 245.56 0.57 0.18
Hex 19 14 4A 42 49 0 47 F6 39 12
Octal 31 24 112 102 111 0 107 366 71 22
Binary 11001 10100 1001010 1000010 1001001 0 1000111 11110110 111001 10010

Color Harmonies of #19144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19144A

Black with #19144A

Text Example


Text Example

White with #19144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19144A; }

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

 H1.HeaderClassName
 {
   color: #19144A;
 }
 .AnyTagClassName
 {
   color: #19144A;
 }
</style>

background-color css

<style>
 a { background-color: #19144A; }

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

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

border-color css

<style>
 span { border-color: #19144A; }

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

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