Html Css Color HEX #197198 Lochmara

📋 copy color: '#197198'

red 25 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #197198

Tints of Lochmara #197198

RGB

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

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

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

R = 8.62%
G = 38.97%
B = 52.41%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#197198 (or 0x197198) is known color: Lochmara. HEX triplet: 19, 71 and 98. RGB value is (25,113,152). Sum of RGB (Red+Green+Blue) = 25+113+152=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #197198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197198 is #E68E67. Grayscale: #5A5A5A. Windows color (decimal): -15109736 or 9990425. OLE color: 9990425.

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

Color convert

RGB 25 113 152 -
CMYK 0.84 0.26 0 0.40
HSL 198.43º 0.72% 0.35% -
HSV(B) 198.43º 0.84% 0.6% -
XYZ 11.97 14.28 31.83 -
YUV 91.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 25 113 152 0.84 0.26 0 0.40 198.43 0.72 0.35
Hex 19 71 98 54 1A 0 28 C6 48 23
Octal 31 161 230 124 32 0 50 306 110 43
Binary 11001 1110001 10011000 1010100 11010 0 101000 11000110 1001000 100011

Color Harmonies of #197198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197198

Black with #197198

Text Example


Text Example

White with #197198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197198; }

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

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

background-color css

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

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

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

border-color css

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

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

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