Html Css Color HEX #191250 Paua

📋 copy color: '#191250'

red 25 ◦ green 18 ◦ blue 80

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

Shades of Paua #191250

Tints of Paua #191250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 65.04%

R = 20.33%
G = 14.63%
B = 65.04%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#191250 (or 0x191250) is known color: Paua. HEX triplet: 19, 12 and 50. RGB value is (25,18,80). Sum of RGB (Red+Green+Blue) = 25+18+80=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #191250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191250 is #E6EDAF. Grayscale: #1A1A1A. Windows color (decimal): -15134128 or 5247513. OLE color: 5247513.

HSL color Cylindrical-coordinate representation of color #191250: hue angle of 246.77º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #191250 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 18 80 -
CMYK 0.69 0.78 0 0.69
HSL 246.77º 0.63% 0.19% -
HSV(B) 246.77º 0.78% 0.31% -
XYZ 2.07 1.22 7.72 -
YUV 27.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 25 18 80 0.69 0.78 0 0.69 246.77 0.63 0.19
Hex 19 12 50 45 4E 0 45 F7 3F 13
Octal 31 22 120 105 116 0 105 367 77 23
Binary 11001 10010 1010000 1000101 1001110 0 1000101 11110111 111111 10011

Color Harmonies of #191250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191250

Black with #191250

Text Example


Text Example

White with #191250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191250; }

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

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

background-color css

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

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

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

border-color css

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

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

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