#197399

Color #197399 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #197399

Tints of Lochmara #197399

Color information

#197399 (or 0x197399) is unknown color: approx Lochmara. HEX triplet: 19, 73 and 99. RGB value is (25,115,153). Sum of RGB (Red+Green+Blue) = 25+115+153=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #197399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197399 is #E68C66. Grayscale: #5C5C5C. Windows color (decimal): -15109223 or 10056473. OLE color: 10056473.

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

Color convert

RGB25115153-
CMYK0.840.2500.4
HSL197.81º71.91%34.9%-
HSV(B)197.81º83.66%60%-
XYZ12.2814.7732.34-
YUV92.42162.1879.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=8.53%
G=39.25%
B=52.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251151530.840.2500.4197.8171.9134.9
Hex1973995419028c64823
Octal311632311243105030611043
Binary110011110011100110011010100110010101000110001101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197399; }

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

 H1.HeaderClassName
 {
   color: #197399;
 }
 .AnyTagClassName
 {
   color: #197399;
 }
</style>
background-color css

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

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

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

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

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

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