Html Css Color HEX #19164D Paua

📋 copy color: '#19164D'

red 25 ◦ green 22 ◦ blue 77

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

Shades of Paua #19164D

Tints of Paua #19164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 77 (30.47% from 255) = 62.1%

R = 20.16%
G = 17.74%
B = 62.1%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19164D (or 0x19164D) is known color: Paua. HEX triplet: 19, 16 and 4D. RGB value is (25,22,77). Sum of RGB (Red+Green+Blue) = 25+22+77=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #19164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19164D is #E6E9B2. Grayscale: #1C1C1C. Windows color (decimal): -15133107 or 5051929. OLE color: 5051929.

HSL color Cylindrical-coordinate representation of color #19164D: hue angle of 243.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19164D is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 22 77 -
CMYK 0.68 0.71 0 0.70
HSL 243.27º 0.56% 0.19% -
HSV(B) 243.27º 0.71% 0.3% -
XYZ 2.03 1.32 7.17 -
YUV 29.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 25 22 77 0.68 0.71 0 0.70 243.27 0.56 0.19
Hex 19 16 4D 44 47 0 46 F3 38 13
Octal 31 26 115 104 107 0 106 363 70 23
Binary 11001 10110 1001101 1000100 1000111 0 1000110 11110011 111000 10011

Color Harmonies of #19164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19164D

Black with #19164D

Text Example


Text Example

White with #19164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19164D; }

 p { color: rgb(25,22,77); }

 H1.HeaderClassName
 {
   color: #19164D;
 }
 .AnyTagClassName
 {
   color: #19164D;
 }
</style>

background-color css

<style>
 a { background-color: #19164D; }

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

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

border-color css

<style>
 span { border-color: #19164D; }

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

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