#196EA2

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

Shades of Lochmara #196EA2

Tints of Lochmara #196EA2

Color information

#196EA2 (or 0x196EA2) is unknown color: approx Lochmara. HEX triplet: 19, 6E and A2. RGB value is (25,110,162). Sum of RGB (Red+Green+Blue) = 25+110+162=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #196EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196EA2 is #E6915D. Grayscale: #5A5A5A. Windows color (decimal): -15110494 or 10645017. OLE color: 10645017.

HSL color Cylindrical-coordinate representation of color #196EA2: hue angle of 202.77º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196EA2 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB25110162-
CMYK0.850.3200.36
HSL202.77º73.26%36.67%-
HSV(B)202.77º84.57%63.53%-
XYZ12.513.9736.22-
YUV90.51168.3481.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=8.42%
G=37.04%
B=54.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251101620.850.3200.36202.7773.2636.67
Hex196EA25520024cb4925
Octal311562421254004431311145
Binary1100111011101010001010101011000000100100110010111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196EA2; }

 p { color: rgb(25,110,162); }

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

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

 a { background-color: rgb(25,110,162); }

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

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

 span { border-color: rgb(25,110,162); }

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