#156270

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

Shades of Allports #156270

Tints of Allports #156270

Color information

#156270 (or 0x156270) is unknown color: approx Allports. HEX triplet: 15, 62 and 70. RGB value is (21,98,112). Sum of RGB (Red+Green+Blue) = 21+98+112=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #156270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156270 is #EA9D8F. Grayscale: #4C4C4C. Windows color (decimal): -15375760 or 7365141. OLE color: 7365141.

HSL color Cylindrical-coordinate representation of color #156270: hue angle of 189.23º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156270 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2198112-
CMYK0.810.1300.56
HSL189.23º68.42%26.08%-
HSV(B)189.23º81.25%43.92%-
XYZ7.610.0616.87-
YUV76.57147.9988.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=9.09%
G=42.42%
B=48.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21981120.810.1300.56189.2368.4226.08
Hex15627051D038bd441a
Octal251421601211507027510432
Binary101011100010111000010100011101011100010111101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156270; }

 p { color: rgb(21,98,112); }

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

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

 a { background-color: rgb(21,98,112); }

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

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

 span { border-color: rgb(21,98,112); }

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