Html Css Color HEX #19194A Paua

📋 copy color: '#19194A'

red 25 ◦ green 25 ◦ blue 74

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

Shades of Paua #19194A

Tints of Paua #19194A

RGB

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

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

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

R = 20.16%
G = 20.16%
B = 59.68%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19194A (or 0x19194A) is known color: Paua. HEX triplet: 19, 19 and 4A. RGB value is (25,25,74). Sum of RGB (Red+Green+Blue) = 25+25+74=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #19194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19194A is #E6E6B5. Grayscale: #1E1E1E. Windows color (decimal): -15132342 or 4856089. OLE color: 4856089.

HSL color Cylindrical-coordinate representation of color #19194A: hue angle of 240º 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 #19194A is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 25 74 -
CMYK 0.66 0.66 0 0.71
HSL 240º 0.49% 0.19% -
HSV(B) 240º 0.66% 0.29% -
XYZ 1.98 1.4 6.64 -
YUV 30.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 25 25 74 0.66 0.66 0 0.71 240 0.49 0.19
Hex 19 19 4A 42 42 0 47 F0 31 13
Octal 31 31 112 102 102 0 107 360 61 23
Binary 11001 11001 1001010 1000010 1000010 0 1000111 11110000 110001 10011

Color Harmonies of #19194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19194A

Black with #19194A

Text Example


Text Example

White with #19194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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