Html Css Color HEX #19114D Paua

📋 copy color: '#19114D'

red 25 ◦ green 17 ◦ blue 77

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

Shades of Paua #19114D

Tints of Paua #19114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

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

R = 21.01%
G = 14.29%
B = 64.71%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19114D (or 0x19114D) is known color: Paua. HEX triplet: 19, 11 and 4D. RGB value is (25,17,77). Sum of RGB (Red+Green+Blue) = 25+17+77=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #19114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19114D is #E6EEB2. Grayscale: #1A1A1A. Windows color (decimal): -15134387 or 5050649. OLE color: 5050649.

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

Color convert

RGB 25 17 77 -
CMYK 0.68 0.78 0 0.70
HSL 248º 0.64% 0.18% -
HSV(B) 248º 0.78% 0.3% -
XYZ 1.94 1.14 7.14 -
YUV 26.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 25 17 77 0.68 0.78 0 0.70 248 0.64 0.18
Hex 19 11 4D 44 4E 0 46 F8 40 12
Octal 31 21 115 104 116 0 106 370 100 22
Binary 11001 10001 1001101 1000100 1001110 0 1000110 11111000 1000000 10010

Color Harmonies of #19114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19114D

Black with #19114D

Text Example


Text Example

White with #19114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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