#155F76

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

Shades of Allports #155F76

Tints of Allports #155F76

Color information

#155F76 (or 0x155F76) is unknown color: approx Allports. HEX triplet: 15, 5F and 76. RGB value is (21,95,118). Sum of RGB (Red+Green+Blue) = 21+95+118=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #155F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F76 is #EAA089. Grayscale: #4B4B4B. Windows color (decimal): -15376522 or 7757589. OLE color: 7757589.

HSL color Cylindrical-coordinate representation of color #155F76: hue angle of 194.23º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155F76 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2195118-
CMYK0.820.1900.54
HSL194.23º69.78%27.25%-
HSV(B)194.23º82.2%46.27%-
XYZ7.679.6518.6-
YUV75.5151.9889.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=8.97%
G=40.60%
B=50.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21951180.820.1900.54194.2369.7827.25
Hex155F765213036c2461b
Octal251371661222306630210633
Binary1010110111111110110101001010011011011011000010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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