Html Css Color HEX #197099 Lochmara

📋 copy color: '#197099'

red 25 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #197099

Tints of Lochmara #197099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 8.62%
G = 38.62%
B = 52.76%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#197099 (or 0x197099) is known color: Lochmara. HEX triplet: 19, 70 and 99. RGB value is (25,112,153). Sum of RGB (Red+Green+Blue) = 25+112+153=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #197099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197099 is #E68F66. Grayscale: #5A5A5A. Windows color (decimal): -15109991 or 10055705. OLE color: 10055705.

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

Color convert

RGB 25 112 153 -
CMYK 0.84 0.27 0 0.4
HSL 199.22º 0.72% 0.35% -
HSV(B) 199.22º 0.84% 0.6% -
XYZ 11.94 14.09 32.23 -
YUV 90.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 25 112 153 0.84 0.27 0 0.4 199.22 0.72 0.35
Hex 19 70 99 54 1B 0 28 C7 48 23
Octal 31 160 231 124 33 0 50 307 110 43
Binary 11001 1110000 10011001 1010100 11011 0 101000 11000111 1001000 100011

Color Harmonies of #197099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197099

Black with #197099

Text Example


Text Example

White with #197099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197099; }

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

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

background-color css

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

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

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

border-color css

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

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

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