Html Css Color HEX #19164F Paua

📋 copy color: '#19164F'

red 25 ◦ green 22 ◦ blue 79

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

Shades of Paua #19164F

Tints of Paua #19164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 62.7%

R = 19.84%
G = 17.46%
B = 62.7%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19164F (or 0x19164F) is known color: Paua. HEX triplet: 19, 16 and 4F. RGB value is (25,22,79). Sum of RGB (Red+Green+Blue) = 25+22+79=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #19164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19164F is #E6E9B0. Grayscale: #1D1D1D. Windows color (decimal): -15133105 or 5183001. OLE color: 5183001.

HSL color Cylindrical-coordinate representation of color #19164F: hue angle of 243.16º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19164F is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 22 79 -
CMYK 0.68 0.72 0 0.69
HSL 243.16º 0.56% 0.2% -
HSV(B) 243.16º 0.72% 0.31% -
XYZ 2.1 1.35 7.55 -
YUV 29.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 25 22 79 0.68 0.72 0 0.69 243.16 0.56 0.2
Hex 19 16 4F 44 48 0 45 F3 38 14
Octal 31 26 117 104 110 0 105 363 70 24
Binary 11001 10110 1001111 1000100 1001000 0 1000101 11110011 111000 10100

Color Harmonies of #19164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19164F

Black with #19164F

Text Example


Text Example

White with #19164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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