#156C8E

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

Shades of Allports #156C8E

Tints of Allports #156C8E

Color information

#156C8E (or 0x156C8E) is unknown color: approx Allports. HEX triplet: 15, 6C and 8E. RGB value is (21,108,142). Sum of RGB (Red+Green+Blue) = 21+108+142=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #156C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C8E is #EA9371. Grayscale: #555555. Windows color (decimal): -15373170 or 9333781. OLE color: 9333781.

HSL color Cylindrical-coordinate representation of color #156C8E: hue angle of 196.86º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156C8E is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21108142-
CMYK0.850.2400.44
HSL196.86º74.23%31.96%-
HSV(B)196.86º85.21%55.69%-
XYZ10.5512.8427.51-
YUV85.86159.6881.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=7.75%
G=39.85%
B=52.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211081420.850.2400.44196.8674.2331.96
Hex156C8E551802Cc54a20
Octal251542161253005430511240
Binary101011101100100011101010101110000101100110001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,108,142); }

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

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

 a { background-color: rgb(21,108,142); }

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

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

 span { border-color: rgb(21,108,142); }

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