#191256

Color #191256 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #191256

Tints of Paua #191256

Color information

#191256 (or 0x191256) is unknown color: approx 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

RGB251886-
CMYK0.710.7900.66
HSL246.18º65.38%20.39%-
HSV(B)246.18º79.07%33.73%-
XYZ2.31.318.94-
YUV27.84160.82125.97-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2518860.710.7900.66246.1865.3820.39
Hex191256474F042f64114
Octal3122126107117010236610124
Binary11001100101010110100011110011110100001011110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>