#19819F

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

Shades of Eastern Blue #19819F

Tints of Eastern Blue #19819F

Color information

#19819F (or 0x19819F) is unknown color: approx Eastern Blue. HEX triplet: 19, 81 and 9F. RGB value is (25,129,159). Sum of RGB (Red+Green+Blue) = 25+129+159=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #19819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19819F is #E67E60. Grayscale: #656565. Windows color (decimal): -15105633 or 10453273. OLE color: 10453273.

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

Color convert

RGB25129159-
CMYK0.840.1900.38
HSL193.43º72.83%36.08%-
HSV(B)193.43º84.28%62.35%-
XYZ14.5118.4135.59-
YUV101.32160.5473.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=7.99%
G=41.21%
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
Decimal251291590.840.1900.38193.4372.8336.08
Hex19819F5413026c14924
Octal312012371242304630111144
Binary1100110000001100111111010100100110100110110000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19819F; }

 p { color: rgb(25,129,159); }

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

<style>
 a { background-color: #19819F; }

 a { background-color: rgb(25,129,159); }

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

<style>
 span { border-color: #19819F; }

 span { border-color: rgb(25,129,159); }

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