#156888

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

Shades of Allports #156888

Tints of Allports #156888

Color information

#156888 (or 0x156888) is unknown color: approx Allports. HEX triplet: 15, 68 and 88. RGB value is (21,104,136). Sum of RGB (Red+Green+Blue) = 21+104+136=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #156888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156888 is #EA9777. Grayscale: #525252. Windows color (decimal): -15374200 or 8939541. OLE color: 8939541.

HSL color Cylindrical-coordinate representation of color #156888: hue angle of 196.7º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156888 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB21104136-
CMYK0.850.2400.47
HSL196.7º73.25%30.78%-
HSV(B)196.7º84.56%53.33%-
XYZ9.711.8425.07-
YUV82.8315883.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=8.05%
G=39.85%
B=52.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211041360.850.2400.47196.773.2530.78
Hex156888551802Fc5491f
Octal251502101253005730511137
Binary10101110100010001000101010111000010111111000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156888; }

 p { color: rgb(21,104,136); }

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

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

 a { background-color: rgb(21,104,136); }

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

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

 span { border-color: rgb(21,104,136); }

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