Html Css Color HEX #197197 Lochmara

📋 copy color: '#197197'

red 25 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #197197

Tints of Lochmara #197197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 8.65%
G = 39.1%
B = 52.25%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#197197 (or 0x197197) is known color: Lochmara. HEX triplet: 19, 71 and 97. RGB value is (25,113,151). Sum of RGB (Red+Green+Blue) = 25+113+151=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #197197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197197 is #E68E68. Grayscale: #5A5A5A. Windows color (decimal): -15109737 or 9924889. OLE color: 9924889.

HSL color Cylindrical-coordinate representation of color #197197: hue angle of 198.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197197 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 113 151 -
CMYK 0.83 0.25 0 0.41
HSL 198.1º 0.72% 0.35% -
HSV(B) 198.1º 0.83% 0.59% -
XYZ 11.89 14.25 31.4 -
YUV 91.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 25 113 151 0.83 0.25 0 0.41 198.1 0.72 0.35
Hex 19 71 97 53 19 0 29 C6 48 23
Octal 31 161 227 123 31 0 51 306 110 43
Binary 11001 1110001 10010111 1010011 11001 0 101001 11000110 1001000 100011

Color Harmonies of #197197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197197

Black with #197197

Text Example


Text Example

White with #197197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197197; }

 p { color: rgb(25,113,151); }

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

background-color css

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

 a { background-color: rgb(25,113,151); }

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

border-color css

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

 span { border-color: rgb(25,113,151); }

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