#156073

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

Shades of Allports #156073

Tints of Allports #156073

Color information

#156073 (or 0x156073) is unknown color: approx Allports. HEX triplet: 15, 60 and 73. RGB value is (21,96,115). Sum of RGB (Red+Green+Blue) = 21+96+115=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #156073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156073 is #EA9F8C. Grayscale: #4B4B4B. Windows color (decimal): -15376269 or 7561237. OLE color: 7561237.

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

Color convert

RGB2196115-
CMYK0.820.1700.55
HSL192.13º69.12%26.67%-
HSV(B)192.13º81.74%45.1%-
XYZ7.599.7617.7-
YUV75.74150.1588.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=9.05%
G=41.38%
B=49.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21961150.820.1700.55192.1369.1226.67
Hex1560735211037c0451b
Octal251401631222106730010533
Binary1010111000001110011101001010001011011111000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156073; }

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

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

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

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

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

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

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

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