Html Css Color HEX #191148 Paua

📋 copy color: '#191148'

red 25 ◦ green 17 ◦ blue 72

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

Shades of Paua #191148

Tints of Paua #191148

RGB

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

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

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

R = 21.93%
G = 14.91%
B = 63.16%

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

#191148 (or 0x191148) is known color: Paua. HEX triplet: 19, 11 and 48. RGB value is (25,17,72). Sum of RGB (Red+Green+Blue) = 25+17+72=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #191148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191148 is #E6EEB7. Grayscale: #191919. Windows color (decimal): -15134392 or 4722969. OLE color: 4722969.

HSL color Cylindrical-coordinate representation of color #191148: hue angle of 248.73º degrees, saturation: 0.62, 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 #191148 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 17 72 -
CMYK 0.65 0.76 0 0.72
HSL 248.73º 0.62% 0.17% -
HSV(B) 248.73º 0.76% 0.28% -
XYZ 1.77 1.08 6.25 -
YUV 25.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 25 17 72 0.65 0.76 0 0.72 248.73 0.62 0.17
Hex 19 11 48 41 4C 0 48 F9 3E 11
Octal 31 21 110 101 114 0 110 371 76 21
Binary 11001 10001 1001000 1000001 1001100 0 1001000 11111001 111110 10001

Color Harmonies of #191148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191148

Black with #191148

Text Example


Text Example

White with #191148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191148; }

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

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

background-color css

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

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

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

border-color css

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

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

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