Html Css Color HEX #191350 Paua

📋 copy color: '#191350'

red 25 ◦ green 19 ◦ blue 80

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

Shades of Paua #191350

Tints of Paua #191350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 20.16%
G = 15.32%
B = 64.52%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#191350 (or 0x191350) is known color: Paua. HEX triplet: 19, 13 and 50. RGB value is (25,19,80). Sum of RGB (Red+Green+Blue) = 25+19+80=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #191350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191350 is #E6ECAF. Grayscale: #1B1B1B. Windows color (decimal): -15133872 or 5247769. OLE color: 5247769.

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

Color convert

RGB 25 19 80 -
CMYK 0.69 0.76 0 0.69
HSL 245.9º 0.62% 0.19% -
HSV(B) 245.9º 0.76% 0.31% -
XYZ 2.08 1.25 7.72 -
YUV 27.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 25 19 80 0.69 0.76 0 0.69 245.9 0.62 0.19
Hex 19 13 50 45 4C 0 45 F6 3E 13
Octal 31 23 120 105 114 0 105 366 76 23
Binary 11001 10011 1010000 1000101 1001100 0 1000101 11110110 111110 10011

Color Harmonies of #191350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191350

Black with #191350

Text Example


Text Example

White with #191350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191350; }

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

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

background-color css

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

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

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

border-color css

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

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

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