#207799

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

Shades of Lochmara #207799

Tints of Lochmara #207799

Color information

#207799 (or 0x207799) is unknown color: approx Lochmara. HEX triplet: 20, 77 and 99. RGB value is (32,119,153). Sum of RGB (Red+Green+Blue) = 32+119+153=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #207799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207799 is #DF8866. Grayscale: #606060. Windows color (decimal): -14649447 or 10057504. OLE color: 10057504.

HSL color Cylindrical-coordinate representation of color #207799: hue angle of 196.86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207799 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB32119153-
CMYK0.790.2200.4
HSL196.86º65.41%36.27%-
HSV(B)196.86º79.08%60%-
XYZ12.9415.832.5-
YUV96.86159.6881.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=10.53%
G=39.14%
B=50.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal321191530.790.2200.4196.8665.4136.27
Hex2077994F16028c54124
Octal401672311172605030510144
Binary1000001110111100110011001111101100101000110001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207799; }

 p { color: rgb(32,119,153); }

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

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

 a { background-color: rgb(32,119,153); }

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

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

 span { border-color: rgb(32,119,153); }

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