#196F98

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

Shades of Lochmara #196F98

Tints of Lochmara #196F98

Color information

#196F98 (or 0x196F98) is unknown color: approx Lochmara. HEX triplet: 19, 6F and 98. RGB value is (25,111,152). Sum of RGB (Red+Green+Blue) = 25+111+152=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #196F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F98 is #E69067. Grayscale: #595959. Windows color (decimal): -15110248 or 9989913. OLE color: 9989913.

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

Color convert

RGB25111152-
CMYK0.840.2700.40
HSL199.37º71.75%34.71%-
HSV(B)199.37º83.55%59.61%-
XYZ11.7513.8431.76-
YUV89.96163.0181.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.68%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=8.68%
G=38.54%
B=52.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251111520.840.2700.40199.3771.7534.71
Hex196F98541B028c74823
Octal311572301243305030711043
Binary110011101111100110001010100110110101000110001111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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