Html Css Color HEX #197299 Lochmara

📋 copy color: '#197299'

red 25 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #197299

Tints of Lochmara #197299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 8.56%
G = 39.04%
B = 52.4%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#197299 (or 0x197299) is known color: Lochmara. HEX triplet: 19, 72 and 99. RGB value is (25,114,153). Sum of RGB (Red+Green+Blue) = 25+114+153=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #197299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197299 is #E68D66. Grayscale: #5B5B5B. Windows color (decimal): -15109479 or 10056217. OLE color: 10056217.

HSL color Cylindrical-coordinate representation of color #197299: hue angle of 198.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 #197299 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 114 153 -
CMYK 0.84 0.25 0 0.4
HSL 198.28º 0.72% 0.35% -
HSV(B) 198.28º 0.84% 0.6% -
XYZ 12.17 14.54 32.3 -
YUV 91.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 25 114 153 0.84 0.25 0 0.4 198.28 0.72 0.35
Hex 19 72 99 54 19 0 28 C6 48 23
Octal 31 162 231 124 31 0 50 306 110 43
Binary 11001 1110010 10011001 1010100 11001 0 101000 11000110 1001000 100011

Color Harmonies of #197299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197299

Black with #197299

Text Example


Text Example

White with #197299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197299; }

 p { color: rgb(25,114,153); }

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

background-color css

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

 a { background-color: rgb(25,114,153); }

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

border-color css

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

 span { border-color: rgb(25,114,153); }

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