#155F79

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

Shades of Allports #155F79

Tints of Allports #155F79

Color information

#155F79 (or 0x155F79) is unknown color: approx Allports. HEX triplet: 15, 5F and 79. RGB value is (21,95,121). Sum of RGB (Red+Green+Blue) = 21+95+121=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #155F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F79 is #EAA086. Grayscale: #4B4B4B. Windows color (decimal): -15376519 or 7954197. OLE color: 7954197.

HSL color Cylindrical-coordinate representation of color #155F79: hue angle of 195.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155F79 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2195121-
CMYK0.830.2100.53
HSL195.6º70.42%27.84%-
HSV(B)195.6º82.64%47.45%-
XYZ7.859.7219.55-
YUV75.84153.4888.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=8.86%
G=40.08%
B=51.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21951210.830.2100.53195.670.4227.84
Hex155F795315035c4461c
Octal251371711232506530410634
Binary1010110111111111001101001110101011010111000100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155F79; }

 p { color: rgb(21,95,121); }

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

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

 a { background-color: rgb(21,95,121); }

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

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

 span { border-color: rgb(21,95,121); }

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