Html Css Color HEX #197F9C Eastern Blue

📋 copy color: '#197F9C'

red 25 ◦ green 127 ◦ blue 156

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

Shades of Eastern Blue #197F9C

Tints of Eastern Blue #197F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 8.12%
G = 41.23%
B = 50.65%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#197F9C (or 0x197F9C) is known color: Eastern Blue. HEX triplet: 19, 7F and 9C. RGB value is (25,127,156). Sum of RGB (Red+Green+Blue) = 25+127+156=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #197F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F9C is #E68063. Grayscale: #636363. Windows color (decimal): -15106148 or 10256153. OLE color: 10256153.

HSL color Cylindrical-coordinate representation of color #197F9C: hue angle of 193.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197F9C is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 127 156 -
CMYK 0.84 0.19 0 0.39
HSL 193.28º 0.72% 0.35% -
HSV(B) 193.28º 0.84% 0.61% -
XYZ 13.99 17.79 34.15 -
YUV 99.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 25 127 156 0.84 0.19 0 0.39 193.28 0.72 0.35
Hex 19 7F 9C 54 13 0 27 C1 48 23
Octal 31 177 234 124 23 0 47 301 110 43
Binary 11001 1111111 10011100 1010100 10011 0 100111 11000001 1001000 100011

Color Harmonies of #197F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F9C

Black with #197F9C

Text Example


Text Example

White with #197F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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