#191257

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

Shades of Paua #191257

Tints of Paua #191257

Color information

#191257 (or 0x191257) is unknown color: approx Paua. HEX triplet: 19, 12 and 57. RGB value is (25,18,87). Sum of RGB (Red+Green+Blue) = 25+18+87=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #191257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191257 is #E6EDA8. Grayscale: #1B1B1B. Windows color (decimal): -15134121 or 5706265. OLE color: 5706265.

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

Color convert

RGB251887-
CMYK0.710.7900.66
HSL246.09º65.71%20.59%-
HSV(B)246.09º79.31%34.12%-
XYZ2.341.339.15-
YUV27.96161.32125.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 87 (34.38% from 255) = 66.92%
R=19.23%
G=13.85%
B=66.92%

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
Decimal2518870.710.7900.66246.0965.7120.59
Hex191257474F042f64215
Octal3122127107117010236610225
Binary11001100101010111100011110011110100001011110110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191257; }

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

 H1.HeaderClassName
 {
   color: #191257;
 }
 .AnyTagClassName
 {
   color: #191257;
 }
</style>
background-color css

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

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

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

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

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

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