#197F93

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

Shades of Eastern Blue #197F93

Tints of Eastern Blue #197F93

Color information

#197F93 (or 0x197F93) is unknown color: approx Eastern Blue. HEX triplet: 19, 7F and 93. RGB value is (25,127,147). Sum of RGB (Red+Green+Blue) = 25+127+147=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #197F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F93 is #E6806C. Grayscale: #626262. Windows color (decimal): -15106157 or 9666329. OLE color: 9666329.

HSL color Cylindrical-coordinate representation of color #197F93: hue angle of 189.84º 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 #197F93 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB25127147-
CMYK0.830.1400.42
HSL189.84º70.93%33.73%-
HSV(B)189.84º82.99%57.65%-
XYZ13.2617.4930.28-
YUV98.78155.2175.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=8.36%
G=42.47%
B=49.16%

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
Decimal251271470.830.1400.42189.8470.9333.73
Hex197F9353E02Abe4722
Octal311772231231605227610742
Binary11001111111110010011101001111100101010101111101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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