Html Css Color HEX #191147 Paua

📋 copy color: '#191147'

red 25 ◦ green 17 ◦ blue 71

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

Shades of Paua #191147

Tints of Paua #191147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 62.83%

R = 22.12%
G = 15.04%
B = 62.83%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191147 (or 0x191147) is known color: Paua. HEX triplet: 19, 11 and 47. RGB value is (25,17,71). Sum of RGB (Red+Green+Blue) = 25+17+71=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #191147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191147 is #E6EEB8. Grayscale: #191919. Windows color (decimal): -15134393 or 4657433. OLE color: 4657433.

HSL color Cylindrical-coordinate representation of color #191147: hue angle of 248.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191147 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 17 71 -
CMYK 0.65 0.76 0 0.72
HSL 248.89º 0.61% 0.17% -
HSV(B) 248.89º 0.76% 0.28% -
XYZ 1.74 1.06 6.07 -
YUV 25.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 25 17 71 0.65 0.76 0 0.72 248.89 0.61 0.17
Hex 19 11 47 41 4C 0 48 F9 3D 11
Octal 31 21 107 101 114 0 110 371 75 21
Binary 11001 10001 1000111 1000001 1001100 0 1001000 11111001 111101 10001

Color Harmonies of #191147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191147

Black with #191147

Text Example


Text Example

White with #191147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191147; }

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

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

background-color css

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

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

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

border-color css

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

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

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