#156B99

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

Shades of Lochmara #156B99

Tints of Lochmara #156B99

Color information

#156B99 (or 0x156B99) is unknown color: approx Lochmara. HEX triplet: 15, 6B and 99. RGB value is (21,107,153). Sum of RGB (Red+Green+Blue) = 21+107+153=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #156B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156B99 is #EA9466. Grayscale: #565656. Windows color (decimal): -15373415 or 10054421. OLE color: 10054421.

HSL color Cylindrical-coordinate representation of color #156B99: hue angle of 200.91º degrees, saturation: 0.76, 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 #156B99 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21107153-
CMYK0.860.3000.4
HSL200.91º75.86%34.12%-
HSV(B)200.91º86.27%60%-
XYZ11.3212.9732.04-
YUV86.53165.5181.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=7.47%
G=38.08%
B=54.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211071530.860.3000.4200.9175.8634.12
Hex156B99561E028c94c22
Octal251532311263605031111442
Binary101011101011100110011010110111100101000110010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156B99; }

 p { color: rgb(21,107,153); }

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

<style>
 a { background-color: #156B99; }

 a { background-color: rgb(21,107,153); }

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

<style>
 span { border-color: #156B99; }

 span { border-color: rgb(21,107,153); }

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