#1A1650

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

Shades of Paua #1A1650

Tints of Paua #1A1650

Color information

#1A1650 (or 0x1A1650) is unknown color: approx Paua. HEX triplet: 1A, 16 and 50. RGB value is (26,22,80). Sum of RGB (Red+Green+Blue) = 26+22+80=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1650 is #E5E9AF. Grayscale: #1D1D1D. Windows color (decimal): -15067568 or 5248538. OLE color: 5248538.

HSL color Cylindrical-coordinate representation of color #1A1650: hue angle of 244.14º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A1650 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB262280-
CMYK0.670.7200.69
HSL244.14º56.86%20%-
HSV(B)244.14º72.5%31.37%-
XYZ2.161.377.74-
YUV29.81156.33125.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.31%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=20.31%
G=17.19%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2622800.670.7200.69244.1456.8620
Hex1A16504348045f43914
Octal322612010311001053647124
Binary1101010110101000010000111001000010001011111010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1650; }

 p { color: rgb(26,22,80); }

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

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

 a { background-color: rgb(26,22,80); }

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

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

 span { border-color: rgb(26,22,80); }

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