Html Css Color HEX #191247 Paua

📋 copy color: '#191247'

red 25 ◦ green 18 ◦ blue 71

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

Shades of Paua #191247

Tints of Paua #191247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 21.93%
G = 15.79%
B = 62.28%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191247 (or 0x191247) is known color: Paua. HEX triplet: 19, 12 and 47. RGB value is (25,18,71). Sum of RGB (Red+Green+Blue) = 25+18+71=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #191247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191247 is #E6EDB8. Grayscale: #191919. Windows color (decimal): -15134137 or 4657689. OLE color: 4657689.

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

Color convert

RGB 25 18 71 -
CMYK 0.65 0.75 0 0.72
HSL 247.92º 0.6% 0.17% -
HSV(B) 247.92º 0.75% 0.28% -
XYZ 1.75 1.09 6.08 -
YUV 26.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 25 18 71 0.65 0.75 0 0.72 247.92 0.6 0.17
Hex 19 12 47 41 4B 0 48 F8 3C 11
Octal 31 22 107 101 113 0 110 370 74 21
Binary 11001 10010 1000111 1000001 1001011 0 1001000 11111000 111100 10001

Color Harmonies of #191247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191247

Black with #191247

Text Example


Text Example

White with #191247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191247; }

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

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

background-color css

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

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

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

border-color css

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

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

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