#1A1651

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

Shades of Paua #1A1651

Tints of Paua #1A1651

Color information

#1A1651 (or 0x1A1651) is unknown color: approx Paua. HEX triplet: 1A, 16 and 51. RGB value is (26,22,81). Sum of RGB (Red+Green+Blue) = 26+22+81=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1651 is #E5E9AE. Grayscale: #1D1D1D. Windows color (decimal): -15067567 or 5314074. OLE color: 5314074.

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

Color convert

RGB262281-
CMYK0.680.7300.68
HSL244.07º57.28%20.2%-
HSV(B)244.07º72.84%31.76%-
XYZ2.21.397.94-
YUV29.92156.83125.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 81 (32.03% from 255) = 62.79%
R=20.16%
G=17.05%
B=62.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2622810.680.7300.68244.0757.2820.2
Hex1A16514449044f43914
Octal322612110411101043647124
Binary1101010110101000110001001001001010001001111010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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