#1E8088

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

Shades of Atoll #1E8088

Tints of Atoll #1E8088

Color information

#1E8088 (or 0x1E8088) is unknown color: approx Atoll. HEX triplet: 1E, 80 and 88. RGB value is (30,128,136). Sum of RGB (Red+Green+Blue) = 30+128+136=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E8088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8088 is #E17F77. Grayscale: #636363. Windows color (decimal): -14778232 or 8945694. OLE color: 8945694.

HSL color Cylindrical-coordinate representation of color #1E8088: hue angle of 184.53º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8088 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB30128136-
CMYK0.780.0600.47
HSL184.53º63.86%32.55%-
HSV(B)184.53º77.94%53.33%-
XYZ12.717.4926-
YUV99.61148.5378.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=10.20%
G=43.54%
B=46.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301281360.780.0600.47184.5363.8632.55
Hex1E80884E602Fb94021
Octal36200210116605727110041
Binary11110100000001000100010011101100101111101110011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,136); }

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

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

 a { background-color: rgb(30,128,136); }

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

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

 span { border-color: rgb(30,128,136); }

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