Html Css Color HEX #197E98 Eastern Blue

📋 copy color: '#197E98'

red 25 ◦ green 126 ◦ blue 152

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

Shades of Eastern Blue #197E98

Tints of Eastern Blue #197E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.58%

 BLUE value IS 152 (59.77% from 255) = 50.17%

R = 8.25%
G = 41.58%
B = 50.17%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#197E98 (or 0x197E98) is known color: Eastern Blue. HEX triplet: 19, 7E and 98. RGB value is (25,126,152). Sum of RGB (Red+Green+Blue) = 25+126+152=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #197E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E98 is #E68167. Grayscale: #626262. Windows color (decimal): -15106408 or 9993753. OLE color: 9993753.

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

Color convert

RGB 25 126 152 -
CMYK 0.84 0.17 0 0.40
HSL 192.28º 0.72% 0.35% -
HSV(B) 192.28º 0.84% 0.6% -
XYZ 13.53 17.4 32.35 -
YUV 98.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 25 126 152 0.84 0.17 0 0.40 192.28 0.72 0.35
Hex 19 7E 98 54 11 0 28 C0 48 23
Octal 31 176 230 124 21 0 50 300 110 43
Binary 11001 1111110 10011000 1010100 10001 0 101000 11000000 1001000 100011

Color Harmonies of #197E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197E98

Black with #197E98

Text Example


Text Example

White with #197E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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