Html Css Color HEX #191155 Paua

📋 copy color: '#191155'

red 25 ◦ green 17 ◦ blue 85

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

Shades of Paua #191155

Tints of Paua #191155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 66.93%

R = 19.69%
G = 13.39%
B = 66.93%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#191155 (or 0x191155) is known color: Paua. HEX triplet: 19, 11 and 55. RGB value is (25,17,85). Sum of RGB (Red+Green+Blue) = 25+17+85=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #191155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191155 is #E6EEAA. Grayscale: #1A1A1A. Windows color (decimal): -15134379 or 5574937. OLE color: 5574937.

HSL color Cylindrical-coordinate representation of color #191155: hue angle of 247.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191155 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 17 85 -
CMYK 0.71 0.80 0 0.67
HSL 247.06º 0.67% 0.2% -
HSV(B) 247.06º 0.8% 0.33% -
XYZ 2.24 1.26 8.72 -
YUV 27.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 25 17 85 0.71 0.80 0 0.67 247.06 0.67 0.2
Hex 19 11 55 47 50 0 43 F7 43 14
Octal 31 21 125 107 120 0 103 367 103 24
Binary 11001 10001 1010101 1000111 1010000 0 1000011 11110111 1000011 10100

Color Harmonies of #191155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191155

Black with #191155

Text Example


Text Example

White with #191155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191155; }

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

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

background-color css

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

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

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

border-color css

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

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

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