#156b9e

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

Shades of Lochmara #156B9E

Tints of Lochmara #156B9E

Color information

#156B9E (or 0x156B9E) is unknown color: approx Lochmara. HEX triplet: 15, 6B and 9E. RGB value is (21,107,158). Sum of RGB (Red+Green+Blue) = 21+107+158=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #156B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156B9E is #EA9461. Grayscale: #565656. Windows color (decimal): -15373410 or 10382101. OLE color: 10382101.

HSL color Cylindrical-coordinate representation of color #156B9E: hue angle of 202.34º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #156B9E is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21107158-
CMYK0.870.3200.38
HSL202.34º76.54%35.1%-
HSV(B)202.34º86.71%61.96%-
XYZ11.7413.1434.27-
YUV87.1168.0180.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.34%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=7.34%
G=37.41%
B=55.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211071580.870.3200.38202.3476.5435.1
Hex156B9E5720026ca4d23
Octal251532361274004631211543
Binary1010111010111001111010101111000000100110110010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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