#196E9E

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

Shades of Lochmara #196E9E

Tints of Lochmara #196E9E

Color information

#196E9E (or 0x196E9E) is unknown color: approx Lochmara. HEX triplet: 19, 6E and 9E. RGB value is (25,110,158). Sum of RGB (Red+Green+Blue) = 25+110+158=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #196E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196E9E is #E69161. Grayscale: #595959. Windows color (decimal): -15110498 or 10382873. OLE color: 10382873.

HSL color Cylindrical-coordinate representation of color #196E9E: hue angle of 201.65º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196E9E is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25110158-
CMYK0.840.3000.38
HSL201.65º72.68%35.88%-
HSV(B)201.65º84.18%61.96%-
XYZ12.1513.8334.38-
YUV90.06166.3481.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=8.53%
G=37.54%
B=53.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251101580.840.3000.38201.6572.6835.88
Hex196E9E541E026ca4924
Octal311562361243604631211144
Binary110011101110100111101010100111100100110110010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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