Html Css Color HEX #197C95 Eastern Blue

📋 copy color: '#197C95'

red 25 ◦ green 124 ◦ blue 149

#197C95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #197C95

Tints of Eastern Blue #197C95

RGB

 RED value IS 25 (10.16% from 255) = 8.39%

 GREEN value IS 124 (48.83% from 255) = 41.61%

 BLUE value IS 149 (58.59% from 255) = 50%

R = 8.39%
G = 41.61%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#197C95 (or 0x197C95) is known color: Eastern Blue. HEX triplet: 19, 7C and 95. RGB value is (25,124,149). Sum of RGB (Red+Green+Blue) = 25+124+149=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #197C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C95 is #E6836A. Grayscale: #616161. Windows color (decimal): -15106923 or 9796633. OLE color: 9796633.

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

Color convert

RGB 25 124 149 -
CMYK 0.83 0.17 0 0.42
HSL 192.1º 0.71% 0.34% -
HSV(B) 192.1º 0.83% 0.58% -
XYZ 13.03 16.79 30.99 -
YUV 97.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 25 124 149 0.83 0.17 0 0.42 192.1 0.71 0.34
Hex 19 7C 95 53 11 0 2A C0 47 22
Octal 31 174 225 123 21 0 52 300 107 42
Binary 11001 1111100 10010101 1010011 10001 0 101010 11000000 1000111 100010

Color Harmonies of #197C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C95

Black with #197C95

Text Example


Text Example

White with #197C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,124,149); }

 H1.HeaderClassName
 {
   color: #197C95;
 }
 .AnyTagClassName
 {
   color: #197C95;
 }
</style>

background-color css

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

 a { background-color: rgb(25,124,149); }

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

border-color css

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

 span { border-color: rgb(25,124,149); }

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