#156995

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

Shades of Allports #156995

Tints of Allports #156995

Color information

#156995 (or 0x156995) is unknown color: approx Allports. HEX triplet: 15, 69 and 95. RGB value is (21,105,149). Sum of RGB (Red+Green+Blue) = 21+105+149=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #156995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156995 is #EA966A. Grayscale: #545454. Windows color (decimal): -15373931 or 9791765. OLE color: 9791765.

HSL color Cylindrical-coordinate representation of color #156995: hue angle of 200.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156995 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21105149-
CMYK0.860.3000.42
HSL200.62º75.29%33.33%-
HSV(B)200.62º85.91%58.43%-
XYZ10.7912.4330.27-
YUV84.9164.1782.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=7.64%
G=38.18%
B=54.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211051490.860.3000.42200.6275.2933.33
Hex156995561E02Ac94b21
Octal251512251263605231111341
Binary101011101001100101011010110111100101010110010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156995; }

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

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

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

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

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

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

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

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