Html Css Color HEX #191256 Paua

📋 copy color: '#191256'

red 25 ◦ green 18 ◦ blue 86

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

Shades of Paua #191256

Tints of Paua #191256

RGB

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

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

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

R = 19.38%
G = 13.95%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#191256 (or 0x191256) is known color: Paua. HEX triplet: 19, 12 and 56. RGB value is (25,18,86). Sum of RGB (Red+Green+Blue) = 25+18+86=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #191256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191256 is #E6EDA9. Grayscale: #1B1B1B. Windows color (decimal): -15134122 or 5640729. OLE color: 5640729.

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

Color convert

RGB 25 18 86 -
CMYK 0.71 0.79 0 0.66
HSL 246.18º 0.65% 0.2% -
HSV(B) 246.18º 0.79% 0.34% -
XYZ 2.3 1.31 8.94 -
YUV 27.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 25 18 86 0.71 0.79 0 0.66 246.18 0.65 0.2
Hex 19 12 56 47 4F 0 42 F6 41 14
Octal 31 22 126 107 117 0 102 366 101 24
Binary 11001 10010 1010110 1000111 1001111 0 1000010 11110110 1000001 10100

Color Harmonies of #191256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191256

Black with #191256

Text Example


Text Example

White with #191256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191256; }

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

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

background-color css

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

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

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

border-color css

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

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

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