#191251

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

Shades of Paua #191251

Tints of Paua #191251

Color information

#191251 (or 0x191251) is unknown color: approx Paua. HEX triplet: 19, 12 and 51. RGB value is (25,18,81). Sum of RGB (Red+Green+Blue) = 25+18+81=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #191251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191251 is #E6EDAE. Grayscale: #1B1B1B. Windows color (decimal): -15134127 or 5313049. OLE color: 5313049.

HSL color Cylindrical-coordinate representation of color #191251: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191251 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB251881-
CMYK0.690.7800.68
HSL246.67º63.64%19.41%-
HSV(B)246.67º77.78%31.76%-
XYZ2.11.237.91-
YUV27.28158.32126.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=20.16%
G=14.52%
B=65.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2518810.690.7800.68246.6763.6419.41
Hex191251454E044f74013
Octal3122121105116010436710023
Binary11001100101010001100010110011100100010011110111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191251; }

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

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

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

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

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

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

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

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