#1A1057

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

Shades of Paua #1A1057

Tints of Paua #1A1057

Color information

#1A1057 (or 0x1A1057) is unknown color: approx Paua. HEX triplet: 1A, 10 and 57. RGB value is (26,16,87). Sum of RGB (Red+Green+Blue) = 26+16+87=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A1057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1057 is #E5EFA8. Grayscale: #1A1A1A. Windows color (decimal): -15069097 or 5705754. OLE color: 5705754.

HSL color Cylindrical-coordinate representation of color #1A1057: hue angle of 248.45º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1057 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB261687-
CMYK0.700.8200.66
HSL248.45º68.93%20.2%-
HSV(B)248.45º81.61%34.12%-
XYZ2.331.289.14-
YUV27.08161.81127.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 87 (34.38% from 255) = 67.44%
R=20.16%
G=12.40%
B=67.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2616870.700.8200.66248.4568.9320.2
Hex1A10574652042f84514
Octal3220127106122010237010524
Binary11010100001010111100011010100100100001011111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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