#196E98

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

Shades of Lochmara #196E98

Tints of Lochmara #196E98

Color information

#196E98 (or 0x196E98) is unknown color: approx Lochmara. HEX triplet: 19, 6E and 98. RGB value is (25,110,152). Sum of RGB (Red+Green+Blue) = 25+110+152=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #196E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196E98 is #E69167. Grayscale: #595959. Windows color (decimal): -15110504 or 9989657. OLE color: 9989657.

HSL color Cylindrical-coordinate representation of color #196E98: hue angle of 199.84º 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 #196E98 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB25110152-
CMYK0.840.2800.40
HSL199.84º71.75%34.71%-
HSV(B)199.84º83.55%59.61%-
XYZ11.6413.6331.72-
YUV89.37163.3482.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.71%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=8.71%
G=38.33%
B=52.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251101520.840.2800.40199.8471.7534.71
Hex196E98541C028c84823
Octal311562301243405031011043
Binary110011101110100110001010100111000101000110010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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