#156273

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

Shades of Allports #156273

Tints of Allports #156273

Color information

#156273 (or 0x156273) is unknown color: approx Allports. HEX triplet: 15, 62 and 73. RGB value is (21,98,115). Sum of RGB (Red+Green+Blue) = 21+98+115=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #156273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156273 is #EA9D8C. Grayscale: #4C4C4C. Windows color (decimal): -15375757 or 7561749. OLE color: 7561749.

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

Color convert

RGB2198115-
CMYK0.820.1500.55
HSL190.85º69.12%26.67%-
HSV(B)190.85º81.74%45.1%-
XYZ7.7710.1317.77-
YUV76.91149.4988.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=8.97%
G=41.88%
B=49.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21981150.820.1500.55190.8569.1226.67
Hex15627352F037bf451b
Octal251421631221706727710533
Binary101011100010111001110100101111011011110111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156273; }

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

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

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

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

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

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

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

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