#156D8B

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

Shades of Allports #156D8B

Tints of Allports #156D8B

Color information

#156D8B (or 0x156D8B) is unknown color: approx Allports. HEX triplet: 15, 6D and 8B. RGB value is (21,109,139). Sum of RGB (Red+Green+Blue) = 21+109+139=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #156D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156D8B is #EA9274. Grayscale: #555555. Windows color (decimal): -15372917 or 9137429. OLE color: 9137429.

HSL color Cylindrical-coordinate representation of color #156D8B: hue angle of 195.25º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156D8B is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21109139-
CMYK0.850.2200.45
HSL195.25º73.75%31.37%-
HSV(B)195.25º84.89%54.51%-
XYZ10.4412.9626.38-
YUV86.11157.8581.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 109 (42.97% from 255) = 40.52%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=7.81%
G=40.52%
B=51.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211091390.850.2200.45195.2573.7531.37
Hex156D8B551602Dc34a1f
Octal251552131252605530311237
Binary10101110110110001011101010110110010110111000011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,109,139); }

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

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

 a { background-color: rgb(21,109,139); }

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

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

 span { border-color: rgb(21,109,139); }

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