#191450

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

Shades of Paua #191450

Tints of Paua #191450

Color information

#191450 (or 0x191450) is unknown color: approx Paua. HEX triplet: 19, 14 and 50. RGB value is (25,20,80). Sum of RGB (Red+Green+Blue) = 25+20+80=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #191450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191450 is #E6EBAF. Grayscale: #1C1C1C. Windows color (decimal): -15133616 or 5248025. OLE color: 5248025.

HSL color Cylindrical-coordinate representation of color #191450: hue angle of 245º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191450 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB252080-
CMYK0.690.7500.69
HSL245º60%19.61%-
HSV(B)245º75%31.37%-
XYZ2.11.297.73-
YUV28.33157.16125.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 80 (31.64% from 255) = 64%
R=20%
G=16%
B=64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2520800.690.7500.692456019.61
Hex191450454B045f53c14
Octal312412010511301053657424
Binary1100110100101000010001011001011010001011111010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191450; }

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

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

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

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

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

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

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

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