#191A51

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

Shades of Paua #191A51

Tints of Paua #191A51

Color information

#191A51 (or 0x191A51) is unknown color: approx Paua. HEX triplet: 19, 1A and 51. RGB value is (25,26,81). Sum of RGB (Red+Green+Blue) = 25+26+81=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #191A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A51 is #E6E5AE. Grayscale: #1F1F1F. Windows color (decimal): -15132079 or 5315097. OLE color: 5315097.

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

Color convert

RGB252681-
CMYK0.690.6800.68
HSL238.93º52.83%20.78%-
HSV(B)238.93º69.14%31.76%-
XYZ2.261.547.96-
YUV31.97155.67123.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=18.94%
G=19.70%
B=61.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2526810.690.6800.68238.9352.8320.78
Hex191A514544044ef3515
Octal313212110510401043576525
Binary1100111010101000110001011000100010001001110111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191A51; }

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

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

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

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

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

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

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

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