#1A0E52

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

Shades of Paua #1A0E52

Tints of Paua #1A0E52

Color information

#1A0E52 (or 0x1A0E52) is unknown color: approx Paua. HEX triplet: 1A, 0E and 52. RGB value is (26,14,82). Sum of RGB (Red+Green+Blue) = 26+14+82=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A0E52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0E52 is #E5F1AD. Grayscale: #191919. Windows color (decimal): -15069614 or 5377562. OLE color: 5377562.

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

Color convert

RGB261482-
CMYK0.680.8300.68
HSL250.59º70.83%18.82%-
HSV(B)250.59º82.93%32.16%-
XYZ2.111.148.09-
YUV25.34159.98128.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.31%
GREEN value IS 14 (5.86% from 255) = 11.48%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=21.31%
G=11.48%
B=67.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2614820.680.8300.68250.5970.8318.82
Hex1AE524453044fb4713
Octal3216122104123010437310723
Binary1101011101010010100010010100110100010011111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,14,82); }

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

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

 a { background-color: rgb(26,14,82); }

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

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

 span { border-color: rgb(26,14,82); }

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