#157195

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

Shades of Allports #157195

Tints of Allports #157195

Color information

#157195 (or 0x157195) is unknown color: approx Allports. HEX triplet: 15, 71 and 95. RGB value is (21,113,149). Sum of RGB (Red+Green+Blue) = 21+113+149=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #157195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157195 is #EA8E6A. Grayscale: #595959. Windows color (decimal): -15371883 or 9793813. OLE color: 9793813.

HSL color Cylindrical-coordinate representation of color #157195: hue angle of 196.88º 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 #157195 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21113149-
CMYK0.860.2400.42
HSL196.88º75.29%33.33%-
HSV(B)196.88º85.91%58.43%-
XYZ11.6414.1430.55-
YUV89.6161.5279.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=7.42%
G=39.93%
B=52.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211131490.860.2400.42196.8875.2933.33
Hex157195561802Ac54b21
Octal251612251263005230511341
Binary101011110001100101011010110110000101010110001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157195; }

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

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

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

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

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

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

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

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