#156376

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

Shades of Allports #156376

Tints of Allports #156376

Color information

#156376 (or 0x156376) is unknown color: approx Allports. HEX triplet: 15, 63 and 76. RGB value is (21,99,118). Sum of RGB (Red+Green+Blue) = 21+99+118=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #156376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156376 is #EA9C89. Grayscale: #4D4D4D. Windows color (decimal): -15375498 or 7758613. OLE color: 7758613.

HSL color Cylindrical-coordinate representation of color #156376: hue angle of 191.75º 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 #156376 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2199118-
CMYK0.820.1600.54
HSL191.75º69.78%27.25%-
HSV(B)191.75º82.2%46.27%-
XYZ8.0410.3918.72-
YUV77.84150.6687.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=8.82%
G=41.60%
B=49.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21991180.820.1600.54191.7569.7827.25
Hex1563765210036c0461b
Octal251431661222006630010633
Binary1010111000111110110101001010000011011011000000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156376; }

 p { color: rgb(21,99,118); }

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

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

 a { background-color: rgb(21,99,118); }

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

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

 span { border-color: rgb(21,99,118); }

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