#155E78

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

Shades of Allports #155E78

Tints of Allports #155E78

Color information

#155E78 (or 0x155E78) is unknown color: approx Allports. HEX triplet: 15, 5E and 78. RGB value is (21,94,120). Sum of RGB (Red+Green+Blue) = 21+94+120=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #155E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E78 is #EAA187. Grayscale: #4A4A4A. Windows color (decimal): -15376776 or 7888405. OLE color: 7888405.

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

Color convert

RGB2194120-
CMYK0.830.2200.53
HSL195.76º70.21%27.65%-
HSV(B)195.76º82.5%47.06%-
XYZ7.79.5219.2-
YUV75.14153.3289.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=8.94%
G=40%
B=51.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21941200.830.2200.53195.7670.2127.65
Hex155E785316035c4461c
Octal251361701232606530410634
Binary1010110111101111000101001110110011010111000100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,94,120); }

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

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

 a { background-color: rgb(21,94,120); }

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

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

 span { border-color: rgb(21,94,120); }

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