#1A1541

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

Shades of Paua #1A1541

Tints of Paua #1A1541

Color information

#1A1541 (or 0x1A1541) is unknown color: approx Paua. HEX triplet: 1A, 15 and 41. RGB value is (26,21,65). Sum of RGB (Red+Green+Blue) = 26+21+65=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A1541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1541 is #E5EABE. Grayscale: #1B1B1B. Windows color (decimal): -15067839 or 4265242. OLE color: 4265242.

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

Color convert

RGB262165-
CMYK0.600.6800.75
HSL246.82º51.16%16.86%-
HSV(B)246.82º67.69%25.49%-
XYZ1.651.145.13-
YUV27.51149.16126.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.21%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=23.21%
G=18.75%
B=58.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2621650.600.6800.75246.8251.1616.86
Hex1A15413C4404Bf73311
Octal32251017410401133676321
Binary110101010110000011111001000100010010111111011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,65); }

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

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

 a { background-color: rgb(26,21,65); }

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

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

 span { border-color: rgb(26,21,65); }

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