#196EA5

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

Shades of Lochmara #196EA5

Tints of Lochmara #196EA5

Color information

#196EA5 (or 0x196EA5) is unknown color: approx Lochmara. HEX triplet: 19, 6E and A5. RGB value is (25,110,165). Sum of RGB (Red+Green+Blue) = 25+110+165=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #196EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196EA5 is #E6915A. Grayscale: #5A5A5A. Windows color (decimal): -15110491 or 10841625. OLE color: 10841625.

HSL color Cylindrical-coordinate representation of color #196EA5: hue angle of 203.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196EA5 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB25110165-
CMYK0.850.3300.35
HSL203.57º73.68%37.25%-
HSV(B)203.57º84.85%64.71%-
XYZ12.7714.0837.64-
YUV90.85169.8481.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 165 (64.84% from 255) = 55%
R=8.33%
G=36.67%
B=55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251101650.850.3300.35203.5773.6837.25
Hex196EA55521023cc4a25
Octal311562451254104331411245
Binary1100111011101010010110101011000010100011110011001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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