#19829E

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

Shades of Eastern Blue #19829E

Tints of Eastern Blue #19829E

Color information

#19829E (or 0x19829E) is unknown color: approx Eastern Blue. HEX triplet: 19, 82 and 9E. RGB value is (25,130,158). Sum of RGB (Red+Green+Blue) = 25+130+158=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #19829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19829E is #E67D61. Grayscale: #656565. Windows color (decimal): -15105378 or 10387993. OLE color: 10387993.

HSL color Cylindrical-coordinate representation of color #19829E: hue angle of 192.63º 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 #19829E is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25130158-
CMYK0.840.1800.38
HSL192.63º72.68%35.88%-
HSV(B)192.63º84.18%61.96%-
XYZ14.5618.6435.18-
YUV101.8159.7173.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=7.99%
G=41.53%
B=50.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251301580.840.1800.38192.6372.6835.88
Hex19829E5412026c14924
Octal312022361242204630111144
Binary1100110000010100111101010100100100100110110000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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