#191453

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

Shades of Paua #191453

Tints of Paua #191453

Color information

#191453 (or 0x191453) is unknown color: approx Paua. HEX triplet: 19, 14 and 53. RGB value is (25,20,83). Sum of RGB (Red+Green+Blue) = 25+20+83=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #191453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191453 is #E6EBAC. Grayscale: #1C1C1C. Windows color (decimal): -15133613 or 5444633. OLE color: 5444633.

HSL color Cylindrical-coordinate representation of color #191453: hue angle of 244.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191453 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB252083-
CMYK0.700.7600.67
HSL244.76º61.17%20.2%-
HSV(B)244.76º75.9%32.55%-
XYZ2.211.338.32-
YUV28.68158.66125.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=19.53%
G=15.62%
B=64.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2520830.700.7600.67244.7661.1720.2
Hex191453464C043f53d14
Octal312412310611401033657524
Binary1100110100101001110001101001100010000111111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191453; }

 p { color: rgb(25,20,83); }

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

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

 a { background-color: rgb(25,20,83); }

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

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

 span { border-color: rgb(25,20,83); }

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