#156C92

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

Shades of Allports #156C92

Tints of Allports #156C92

Color information

#156C92 (or 0x156C92) is unknown color: approx Allports. HEX triplet: 15, 6C and 92. RGB value is (21,108,146). Sum of RGB (Red+Green+Blue) = 21+108+146=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #156C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C92 is #EA936D. Grayscale: #565656. Windows color (decimal): -15373166 or 9595925. OLE color: 9595925.

HSL color Cylindrical-coordinate representation of color #156C92: hue angle of 198.24º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156C92 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21108146-
CMYK0.860.2600.43
HSL198.24º74.85%32.75%-
HSV(B)198.24º85.62%57.25%-
XYZ10.8612.9629.12-
YUV86.32161.6881.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=7.64%
G=39.27%
B=53.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211081460.860.2600.43198.2474.8532.75
Hex156C92561A02Bc64b21
Octal251542221263205330611341
Binary101011101100100100101010110110100101011110001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156C92; }

 p { color: rgb(21,108,146); }

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

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

 a { background-color: rgb(21,108,146); }

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

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

 span { border-color: rgb(21,108,146); }

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