Html Css Color HEX #191156 Paua

📋 copy color: '#191156'

red 25 ◦ green 17 ◦ blue 86

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

Shades of Paua #191156

Tints of Paua #191156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 67.19%

R = 19.53%
G = 13.28%
B = 67.19%

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

#191156 (or 0x191156) is known color: Paua. HEX triplet: 19, 11 and 56. RGB value is (25,17,86). Sum of RGB (Red+Green+Blue) = 25+17+86=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #191156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191156 is #E6EEA9. Grayscale: #1A1A1A. Windows color (decimal): -15134378 or 5640473. OLE color: 5640473.

HSL color Cylindrical-coordinate representation of color #191156: hue angle of 246.96º 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 #191156 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 17 86 -
CMYK 0.71 0.80 0 0.66
HSL 246.96º 0.67% 0.2% -
HSV(B) 246.96º 0.8% 0.34% -
XYZ 2.28 1.28 8.93 -
YUV 27.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 25 17 86 0.71 0.80 0 0.66 246.96 0.67 0.2
Hex 19 11 56 47 50 0 42 F7 43 14
Octal 31 21 126 107 120 0 102 367 103 24
Binary 11001 10001 1010110 1000111 1010000 0 1000010 11110111 1000011 10100

Color Harmonies of #191156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191156

Black with #191156

Text Example


Text Example

White with #191156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191156; }

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

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

background-color css

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

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

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

border-color css

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

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

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