#197E93

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

Shades of Eastern Blue #197E93

Tints of Eastern Blue #197E93

Color information

#197E93 (or 0x197E93) is unknown color: approx Eastern Blue. HEX triplet: 19, 7E and 93. RGB value is (25,126,147). Sum of RGB (Red+Green+Blue) = 25+126+147=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #197E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E93 is #E6816C. Grayscale: #626262. Windows color (decimal): -15106413 or 9666073. OLE color: 9666073.

HSL color Cylindrical-coordinate representation of color #197E93: hue angle of 190.33º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197E93 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB25126147-
CMYK0.830.1400.42
HSL190.33º70.93%33.73%-
HSV(B)190.33º82.99%57.65%-
XYZ13.1317.2330.24-
YUV98.19155.5475.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.39%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=8.39%
G=42.28%
B=49.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal251261470.830.1400.42190.3370.9333.73
Hex197E9353E02Abe4722
Octal311762231231605227610742
Binary11001111111010010011101001111100101010101111101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,126,147); }

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

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

 a { background-color: rgb(25,126,147); }

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

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

 span { border-color: rgb(25,126,147); }

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