Html Css Color HEX #191048 Paua

📋 copy color: '#191048'

red 25 ◦ green 16 ◦ blue 72

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

Shades of Paua #191048

Tints of Paua #191048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

 BLUE value IS 72 (28.52% from 255) = 63.72%

R = 22.12%
G = 14.16%
B = 63.72%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191048 (or 0x191048) is known color: Paua. HEX triplet: 19, 10 and 48. RGB value is (25,16,72). Sum of RGB (Red+Green+Blue) = 25+16+72=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #191048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191048 is #E6EFB7. Grayscale: #181818. Windows color (decimal): -15134648 or 4722713. OLE color: 4722713.

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

Color convert

RGB 25 16 72 -
CMYK 0.65 0.78 0 0.72
HSL 249.64º 0.64% 0.17% -
HSV(B) 249.64º 0.78% 0.28% -
XYZ 1.76 1.05 6.24 -
YUV 25.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 25 16 72 0.65 0.78 0 0.72 249.64 0.64 0.17
Hex 19 10 48 41 4E 0 48 FA 40 11
Octal 31 20 110 101 116 0 110 372 100 21
Binary 11001 10000 1001000 1000001 1001110 0 1001000 11111010 1000000 10001

Color Harmonies of #191048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191048

Black with #191048

Text Example


Text Example

White with #191048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191048; }

 p { color: rgb(25,16,72); }

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

background-color css

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

 a { background-color: rgb(25,16,72); }

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

border-color css

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

 span { border-color: rgb(25,16,72); }

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