#191851

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

Shades of Paua #191851

Tints of Paua #191851

Color information

#191851 (or 0x191851) is unknown color: approx Paua. HEX triplet: 19, 18 and 51. RGB value is (25,24,81). Sum of RGB (Red+Green+Blue) = 25+24+81=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #191851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191851 is #E6E7AE. Grayscale: #1E1E1E. Windows color (decimal): -15132591 or 5314585. OLE color: 5314585.

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

Color convert

RGB252481-
CMYK0.690.7000.68
HSL241.05º54.29%20.59%-
HSV(B)241.05º70.37%31.76%-
XYZ2.211.457.95-
YUV30.8156.33123.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=19.23%
G=18.46%
B=62.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2524810.690.7000.68241.0554.2920.59
Hex1918514546044f13615
Octal313012110510601043616625
Binary1100111000101000110001011000110010001001111000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191851; }

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

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

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

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

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

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

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

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