#156374

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

Shades of Allports #156374

Tints of Allports #156374

Color information

#156374 (or 0x156374) is unknown color: approx Allports. HEX triplet: 15, 63 and 74. RGB value is (21,99,116). Sum of RGB (Red+Green+Blue) = 21+99+116=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #156374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156374 is #EA9C8B. Grayscale: #4D4D4D. Windows color (decimal): -15375500 or 7627541. OLE color: 7627541.

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

Color convert

RGB2199116-
CMYK0.820.1500.55
HSL190.74º69.34%26.86%-
HSV(B)190.74º81.9%45.49%-
XYZ7.9210.3418.1-
YUV77.62149.6687.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=8.90%
G=41.95%
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
Decimal21991160.820.1500.55190.7469.3426.86
Hex15637452F037bf451b
Octal251431641221706727710533
Binary101011100011111010010100101111011011110111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156374; }

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

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

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

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

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

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

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

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