#156C83

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

Shades of Allports #156C83

Tints of Allports #156C83

Color information

#156C83 (or 0x156C83) is unknown color: approx Allports. HEX triplet: 15, 6C and 83. RGB value is (21,108,131). Sum of RGB (Red+Green+Blue) = 21+108+131=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #156C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C83 is #EA937C. Grayscale: #545454. Windows color (decimal): -15373181 or 8612885. OLE color: 8612885.

HSL color Cylindrical-coordinate representation of color #156C83: hue angle of 192.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156C83 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21108131-
CMYK0.840.1800.49
HSL192.55º72.37%29.8%-
HSV(B)192.55º83.97%51.37%-
XYZ9.7712.5223.38-
YUV84.61154.1882.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 131 (51.56% from 255) = 50.38%
R=8.08%
G=41.54%
B=50.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211081310.840.1800.49192.5572.3729.8
Hex156C835412031c1481e
Octal251542031242206130111036
Binary10101110110010000011101010010010011000111000001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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