#166B98

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

Shades of Lochmara #166B98

Tints of Lochmara #166B98

Color information

#166B98 (or 0x166B98) is unknown color: approx Lochmara. HEX triplet: 16, 6B and 98. RGB value is (22,107,152). Sum of RGB (Red+Green+Blue) = 22+107+152=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #166B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166B98 is #E99467. Grayscale: #565656. Windows color (decimal): -15307880 or 9988886. OLE color: 9988886.

HSL color Cylindrical-coordinate representation of color #166B98: hue angle of 200.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166B98 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB22107152-
CMYK0.860.3000.40
HSL200.77º74.71%34.12%-
HSV(B)200.77º85.53%59.61%-
XYZ11.2612.9531.61-
YUV86.72164.8481.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.83%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 152 (59.77% from 255) = 54.09%
R=7.83%
G=38.08%
B=54.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221071520.860.3000.40200.7774.7134.12
Hex166B98561E028c94b22
Octal261532301263605031111342
Binary101101101011100110001010110111100101000110010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166B98; }

 p { color: rgb(22,107,152); }

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

<style>
 a { background-color: #166B98; }

 a { background-color: rgb(22,107,152); }

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

<style>
 span { border-color: #166B98; }

 span { border-color: rgb(22,107,152); }

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