#156985

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

Shades of Allports #156985

Tints of Allports #156985

Color information

#156985 (or 0x156985) is unknown color: approx Allports. HEX triplet: 15, 69 and 85. RGB value is (21,105,133). Sum of RGB (Red+Green+Blue) = 21+105+133=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #156985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156985 is #EA967A. Grayscale: #525252. Windows color (decimal): -15373947 or 8743189. OLE color: 8743189.

HSL color Cylindrical-coordinate representation of color #156985: hue angle of 195º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156985 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB21105133-
CMYK0.840.2100.48
HSL195º72.73%30.2%-
HSV(B)195º84.21%52.16%-
XYZ9.5911.9623.99-
YUV83.08156.1783.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=8.11%
G=40.54%
B=51.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211051330.840.2100.4819572.7330.2
Hex1569855415030c3491e
Octal251512051242506030311136
Binary10101110100110000101101010010101011000011000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156985; }

 p { color: rgb(21,105,133); }

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

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

 a { background-color: rgb(21,105,133); }

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

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

 span { border-color: rgb(21,105,133); }

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