#19809E

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

Shades of Eastern Blue #19809E

Tints of Eastern Blue #19809E

Color information

#19809E (or 0x19809E) is unknown color: approx Eastern Blue. HEX triplet: 19, 80 and 9E. RGB value is (25,128,158). Sum of RGB (Red+Green+Blue) = 25+128+158=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #19809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19809E is #E67F61. Grayscale: #646464. Windows color (decimal): -15105890 or 10387481. OLE color: 10387481.

HSL color Cylindrical-coordinate representation of color #19809E: hue angle of 193.53º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19809E is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25128158-
CMYK0.840.1900.38
HSL193.53º72.68%35.88%-
HSV(B)193.53º84.18%61.96%-
XYZ14.2918.1135.09-
YUV100.62160.3874.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=8.04%
G=41.16%
B=50.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251281580.840.1900.38193.5372.6835.88
Hex19809E5413026c24924
Octal312002361242304630211144
Binary1100110000000100111101010100100110100110110000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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