#156B92

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

Shades of Allports #156B92

Tints of Allports #156B92

Color information

#156B92 (or 0x156B92) is unknown color: approx Allports. HEX triplet: 15, 6B and 92. RGB value is (21,107,146). Sum of RGB (Red+Green+Blue) = 21+107+146=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #156B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156B92 is #EA946D. Grayscale: #555555. Windows color (decimal): -15373422 or 9595669. OLE color: 9595669.

HSL color Cylindrical-coordinate representation of color #156B92: hue angle of 198.72º 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 #156B92 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21107146-
CMYK0.860.2700.43
HSL198.72º74.85%32.75%-
HSV(B)198.72º85.62%57.25%-
XYZ10.7612.7529.09-
YUV85.73162.0181.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=7.66%
G=39.05%
B=53.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211071460.860.2700.43198.7274.8532.75
Hex156B92561B02Bc74b21
Octal251532221263305330711341
Binary101011101011100100101010110110110101011110001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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