#156D92

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

Shades of Allports #156D92

Tints of Allports #156D92

Color information

#156D92 (or 0x156D92) is unknown color: approx Allports. HEX triplet: 15, 6D and 92. RGB value is (21,109,146). Sum of RGB (Red+Green+Blue) = 21+109+146=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #156D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156D92 is #EA926D. Grayscale: #565656. Windows color (decimal): -15372910 or 9596181. OLE color: 9596181.

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

Color convert

RGB21109146-
CMYK0.860.2500.43
HSL197.76º74.85%32.75%-
HSV(B)197.76º85.62%57.25%-
XYZ10.9713.1729.16-
YUV86.91161.3580.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=7.61%
G=39.49%
B=52.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211091460.860.2500.43197.7674.8532.75
Hex156D92561902Bc64b21
Octal251552221263105330611341
Binary101011101101100100101010110110010101011110001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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