#1A1051

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

Shades of Paua #1A1051

Tints of Paua #1A1051

Color information

#1A1051 (or 0x1A1051) is unknown color: approx Paua. HEX triplet: 1A, 10 and 51. RGB value is (26,16,81). Sum of RGB (Red+Green+Blue) = 26+16+81=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1051 is #E5EFAE. Grayscale: #1A1A1A. Windows color (decimal): -15069103 or 5312538. OLE color: 5312538.

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

Color convert

RGB261681-
CMYK0.680.8000.68
HSL249.23º67.01%19.02%-
HSV(B)249.23º80.25%31.76%-
XYZ2.11.187.9-
YUV26.4158.81127.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.14%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 81 (32.03% from 255) = 65.85%
R=21.14%
G=13.01%
B=65.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2616810.680.8000.68249.2367.0119.02
Hex1A10514450044f94313
Octal3220121104120010437110323
Binary11010100001010001100010010100000100010011111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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