#1A1058

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

Shades of Paua #1A1058

Tints of Paua #1A1058

Color information

#1A1058 (or 0x1A1058) is unknown color: approx Paua. HEX triplet: 1A, 10 and 58. RGB value is (26,16,88). Sum of RGB (Red+Green+Blue) = 26+16+88=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1058 is #E5EFA7. Grayscale: #1A1A1A. Windows color (decimal): -15069096 or 5771290. OLE color: 5771290.

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

Color convert

RGB261688-
CMYK0.700.8200.65
HSL248.33º69.23%20.39%-
HSV(B)248.33º81.82%34.51%-
XYZ2.371.299.36-
YUV27.2162.31127.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 88 (34.77% from 255) = 67.69%
R=20%
G=12.31%
B=67.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2616880.700.8200.65248.3369.2320.39
Hex1A10584652041f84514
Octal3220130106122010137010524
Binary11010100001011000100011010100100100000111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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