#191540

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

Shades of Paua #191540

Tints of Paua #191540

Color information

#191540 (or 0x191540) is unknown color: approx Paua. HEX triplet: 19, 15 and 40. RGB value is (25,21,64). Sum of RGB (Red+Green+Blue) = 25+21+64=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #191540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191540 is #E6EABF. Grayscale: #1A1A1A. Windows color (decimal): -15133376 or 4199705. OLE color: 4199705.

HSL color Cylindrical-coordinate representation of color #191540: hue angle of 245.58º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191540 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB252164-
CMYK0.610.6700.75
HSL245.58º50.59%16.67%-
HSV(B)245.58º67.19%25.1%-
XYZ1.591.114.98-
YUV27.1148.83126.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 64 (25.39% from 255) = 58.18%
R=22.73%
G=19.09%
B=58.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2521640.610.6700.75245.5850.5916.67
Hex1915403D4304Bf63311
Octal31251007510301133666321
Binary110011010110000001111011000011010010111111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191540; }

 p { color: rgb(25,21,64); }

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

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

 a { background-color: rgb(25,21,64); }

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

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

 span { border-color: rgb(25,21,64); }

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