Html Css Color HEX #191157 Paua

📋 copy color: '#191157'

red 25 ◦ green 17 ◦ blue 87

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

Shades of Paua #191157

Tints of Paua #191157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 67.44%

R = 19.38%
G = 13.18%
B = 67.44%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#191157 (or 0x191157) is known color: Paua. HEX triplet: 19, 11 and 57. RGB value is (25,17,87). Sum of RGB (Red+Green+Blue) = 25+17+87=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #191157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191157 is #E6EEA8. Grayscale: #1B1B1B. Windows color (decimal): -15134377 or 5706009. OLE color: 5706009.

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

Color convert

RGB 25 17 87 -
CMYK 0.71 0.80 0 0.66
HSL 246.86º 0.67% 0.2% -
HSV(B) 246.86º 0.8% 0.34% -
XYZ 2.32 1.3 9.14 -
YUV 27.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 25 17 87 0.71 0.80 0 0.66 246.86 0.67 0.2
Hex 19 11 57 47 50 0 42 F7 43 14
Octal 31 21 127 107 120 0 102 367 103 24
Binary 11001 10001 1010111 1000111 1010000 0 1000010 11110111 1000011 10100

Color Harmonies of #191157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191157

Black with #191157

Text Example


Text Example

White with #191157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191157; }

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

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

background-color css

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

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

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

border-color css

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

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

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