Html Css Color HEX #191548 Paua

📋 copy color: '#191548'

red 25 ◦ green 21 ◦ blue 72

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

Shades of Paua #191548

Tints of Paua #191548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 21.19%
G = 17.8%
B = 61.02%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191548 (or 0x191548) is known color: Paua. HEX triplet: 19, 15 and 48. RGB value is (25,21,72). Sum of RGB (Red+Green+Blue) = 25+21+72=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #191548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191548 is #E6EAB7. Grayscale: #1B1B1B. Windows color (decimal): -15133368 or 4723993. OLE color: 4723993.

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

Color convert

RGB 25 21 72 -
CMYK 0.65 0.71 0 0.72
HSL 244.71º 0.55% 0.18% -
HSV(B) 244.71º 0.71% 0.28% -
XYZ 1.84 1.21 6.27 -
YUV 28.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 25 21 72 0.65 0.71 0 0.72 244.71 0.55 0.18
Hex 19 15 48 41 47 0 48 F5 37 12
Octal 31 25 110 101 107 0 110 365 67 22
Binary 11001 10101 1001000 1000001 1000111 0 1001000 11110101 110111 10010

Color Harmonies of #191548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191548

Black with #191548

Text Example


Text Example

White with #191548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191548; }

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

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

background-color css

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

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

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

border-color css

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

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

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