#19808E

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

Shades of Atoll #19808E

Tints of Atoll #19808E

Color information

#19808E (or 0x19808E) is unknown color: approx Atoll. HEX triplet: 19, 80 and 8E. RGB value is (25,128,142). Sum of RGB (Red+Green+Blue) = 25+128+142=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #19808E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19808E is #E67F71. Grayscale: #626262. Windows color (decimal): -15105906 or 9338905. OLE color: 9338905.

HSL color Cylindrical-coordinate representation of color #19808E: hue angle of 187.18º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19808E is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25128142-
CMYK0.820.1000.44
HSL187.18º70.06%32.75%-
HSV(B)187.18º82.39%55.69%-
XYZ1317.628.3-
YUV98.8152.3875.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=8.47%
G=43.39%
B=48.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251281420.820.1000.44187.1870.0632.75
Hex19808E52A02Cbb4621
Octal312002161221205427310641
Binary110011000000010001110101001010100101100101110111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19808E; }

 p { color: rgb(25,128,142); }

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

<style>
 a { background-color: #19808E; }

 a { background-color: rgb(25,128,142); }

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

<style>
 span { border-color: #19808E; }

 span { border-color: rgb(25,128,142); }

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