#1A8588

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

Shades of Atoll #1A8588

Tints of Atoll #1A8588

Color information

#1A8588 (or 0x1A8588) is unknown color: approx Atoll. HEX triplet: 1A, 85 and 88. RGB value is (26,133,136). Sum of RGB (Red+Green+Blue) = 26+133+136=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8588 is #E57A77. Grayscale: #656565. Windows color (decimal): -15039096 or 8946970. OLE color: 8946970.

HSL color Cylindrical-coordinate representation of color #1A8588: hue angle of 181.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8588 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB26133136-
CMYK0.810.0200.47
HSL181.64º67.9%31.76%-
HSV(B)181.64º80.88%53.33%-
XYZ13.2618.7726.22-
YUV101.35147.5574.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=8.81%
G=45.08%
B=46.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261331360.810.0200.47181.6467.931.76
Hex1A858851202Fb64420
Octal32205210121205726610440
Binary1101010000101100010001010001100101111101101101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,133,136); }

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

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

 a { background-color: rgb(26,133,136); }

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

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

 span { border-color: rgb(26,133,136); }

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