#156373

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

Shades of Allports #156373

Tints of Allports #156373

Color information

#156373 (or 0x156373) is unknown color: approx Allports. HEX triplet: 15, 63 and 73. RGB value is (21,99,115). Sum of RGB (Red+Green+Blue) = 21+99+115=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #156373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156373 is #EA9C8C. Grayscale: #4D4D4D. Windows color (decimal): -15375501 or 7562005. OLE color: 7562005.

HSL color Cylindrical-coordinate representation of color #156373: hue angle of 190.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156373 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2199115-
CMYK0.820.1400.55
HSL190.21º69.12%26.67%-
HSV(B)190.21º81.74%45.1%-
XYZ7.8710.3217.8-
YUV77.5149.1687.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=8.94%
G=42.13%
B=48.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21991150.820.1400.55190.2169.1226.67
Hex15637352E037be451b
Octal251431631221606727610533
Binary101011100011111001110100101110011011110111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156373; }

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

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

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

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

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

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

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

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