#156875

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

Shades of Allports #156875

Tints of Allports #156875

Color information

#156875 (or 0x156875) is unknown color: approx Allports. HEX triplet: 15, 68 and 75. RGB value is (21,104,117). Sum of RGB (Red+Green+Blue) = 21+104+117=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #156875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156875 is #EA978A. Grayscale: #505050. Windows color (decimal): -15374219 or 7694357. OLE color: 7694357.

HSL color Cylindrical-coordinate representation of color #156875: hue angle of 188.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156875 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB21104117-
CMYK0.820.1100.54
HSL188.12º69.57%27.06%-
HSV(B)188.12º82.05%45.88%-
XYZ8.4711.3418.57-
YUV80.66148.585.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=8.68%
G=42.98%
B=48.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211041170.820.1100.54188.1269.5727.06
Hex15687552B036bc461b
Octal251501651221306627410633
Binary101011101000111010110100101011011011010111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156875; }

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

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

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

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

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

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

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

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