#156A99

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

Shades of Lochmara #156A99

Tints of Lochmara #156A99

Color information

#156A99 (or 0x156A99) is unknown color: approx Lochmara. HEX triplet: 15, 6A and 99. RGB value is (21,106,153). Sum of RGB (Red+Green+Blue) = 21+106+153=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #156A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A99 is #EA9566. Grayscale: #555555. Windows color (decimal): -15373671 or 10054165. OLE color: 10054165.

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

Color convert

RGB21106153-
CMYK0.860.3100.4
HSL201.36º75.86%34.12%-
HSV(B)201.36º86.27%60%-
XYZ11.2112.7732.01-
YUV85.94165.8481.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.5%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=7.5%
G=37.86%
B=54.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211061530.860.3100.4201.3675.8634.12
Hex156A99561F028c94c22
Octal251522311263705031111442
Binary101011101010100110011010110111110101000110010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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