#1A0A51

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

Shades of Paua #1A0A51

Tints of Paua #1A0A51

Color information

#1A0A51 (or 0x1A0A51) is unknown color: approx Paua. HEX triplet: 1A, 0A and 51. RGB value is (26,10,81). Sum of RGB (Red+Green+Blue) = 26+10+81=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A0A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A51 is #E5F5AE. Grayscale: #161616. Windows color (decimal): -15070639 or 5311002. OLE color: 5311002.

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

Color convert

RGB261081-
CMYK0.680.8800.68
HSL253.52º78.02%17.84%-
HSV(B)253.52º87.65%31.76%-
XYZ2.021.037.88-
YUV22.88160.8130.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 10 (4.30% from 255) = 8.55%
BLUE value IS 81 (32.03% from 255) = 69.23%
R=22.22%
G=8.55%
B=69.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2610810.680.8800.68253.5278.0217.84
Hex1AA514458044fe4e12
Octal3212121104130010437611622
Binary1101010101010001100010010110000100010011111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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