Html Css Color HEX #197D9A Eastern Blue

📋 copy color: '#197D9A'

red 25 ◦ green 125 ◦ blue 154

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

Shades of Eastern Blue #197D9A

Tints of Eastern Blue #197D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 8.22%
G = 41.12%
B = 50.66%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#197D9A (or 0x197D9A) is known color: Eastern Blue. HEX triplet: 19, 7D and 9A. RGB value is (25,125,154). Sum of RGB (Red+Green+Blue) = 25+125+154=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #197D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D9A is #E68265. Grayscale: #626262. Windows color (decimal): -15106662 or 10124569. OLE color: 10124569.

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

Color convert

RGB 25 125 154 -
CMYK 0.84 0.19 0 0.40
HSL 193.49º 0.72% 0.35% -
HSV(B) 193.49º 0.84% 0.6% -
XYZ 13.57 17.21 33.18 -
YUV 98.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 25 125 154 0.84 0.19 0 0.40 193.49 0.72 0.35
Hex 19 7D 9A 54 13 0 28 C1 48 23
Octal 31 175 232 124 23 0 50 301 110 43
Binary 11001 1111101 10011010 1010100 10011 0 101000 11000001 1001000 100011

Color Harmonies of #197D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D9A

Black with #197D9A

Text Example


Text Example

White with #197D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,125,154); }

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

background-color css

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

 a { background-color: rgb(25,125,154); }

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

border-color css

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

 span { border-color: rgb(25,125,154); }

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