#196699

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

Shades of Lochmara #196699

Tints of Lochmara #196699

Color information

#196699 (or 0x196699) is unknown color: approx Lochmara. HEX triplet: 19, 66 and 99. RGB value is (25,102,153). Sum of RGB (Red+Green+Blue) = 25+102+153=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #196699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196699 is #E69966. Grayscale: #545454. Windows color (decimal): -15112551 or 10053145. OLE color: 10053145.

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

Color convert

RGB25102153-
CMYK0.840.3300.4
HSL203.91º71.91%34.9%-
HSV(B)203.91º83.66%60%-
XYZ10.912.0131.88-
YUV84.79166.4985.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=8.93%
G=36.43%
B=54.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251021530.840.3300.4203.9171.9134.9
Hex1966995421028cc4823
Octal311462311244105031411043
Binary1100111001101001100110101001000010101000110011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196699; }

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

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

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

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

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

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

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

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