Html Css Color HEX #19104A Paua

📋 copy color: '#19104A'

red 25 ◦ green 16 ◦ blue 74

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

Shades of Paua #19104A

Tints of Paua #19104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

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

R = 21.74%
G = 13.91%
B = 64.35%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19104A (or 0x19104A) is known color: Paua. HEX triplet: 19, 10 and 4A. RGB value is (25,16,74). Sum of RGB (Red+Green+Blue) = 25+16+74=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #19104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19104A is #E6EFB5. Grayscale: #191919. Windows color (decimal): -15134646 or 4853785. OLE color: 4853785.

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

Color convert

RGB 25 16 74 -
CMYK 0.66 0.78 0 0.71
HSL 249.31º 0.64% 0.18% -
HSV(B) 249.31º 0.78% 0.29% -
XYZ 1.82 1.07 6.59 -
YUV 25.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 25 16 74 0.66 0.78 0 0.71 249.31 0.64 0.18
Hex 19 10 4A 42 4E 0 47 F9 40 12
Octal 31 20 112 102 116 0 107 371 100 22
Binary 11001 10000 1001010 1000010 1001110 0 1000111 11111001 1000000 10010

Color Harmonies of #19104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19104A

Black with #19104A

Text Example


Text Example

White with #19104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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