#197F99

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

Shades of Eastern Blue #197F99

Tints of Eastern Blue #197F99

Color information

#197F99 (or 0x197F99) is unknown color: approx Eastern Blue. HEX triplet: 19, 7F and 99. RGB value is (25,127,153). Sum of RGB (Red+Green+Blue) = 25+127+153=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #197F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F99 is #E68066. Grayscale: #636363. Windows color (decimal): -15106151 or 10059545. OLE color: 10059545.

HSL color Cylindrical-coordinate representation of color #197F99: hue angle of 192.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197F99 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB25127153-
CMYK0.840.1700.4
HSL192.19º71.91%34.9%-
HSV(B)192.19º83.66%60%-
XYZ13.7417.6932.83-
YUV99.47158.2174.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=8.20%
G=41.64%
B=50.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251271530.840.1700.4192.1971.9134.9
Hex197F995411028c04823
Octal311772311242105030011043
Binary110011111111100110011010100100010101000110000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197F99; }

 p { color: rgb(25,127,153); }

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

<style>
 a { background-color: #197F99; }

 a { background-color: rgb(25,127,153); }

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

<style>
 span { border-color: #197F99; }

 span { border-color: rgb(25,127,153); }

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