#115D78

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

Shades of Allports #115D78

Tints of Allports #115D78

Color information

#115D78 (or 0x115D78) is unknown color: approx Allports. HEX triplet: 11, 5D and 78. RGB value is (17,93,120). Sum of RGB (Red+Green+Blue) = 17+93+120=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #115D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D78 is #EEA287. Grayscale: #494949. Windows color (decimal): -15639176 or 7888145. OLE color: 7888145.

HSL color Cylindrical-coordinate representation of color #115D78: hue angle of 195.73º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115D78 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1793120-
CMYK0.860.2200.53
HSL195.73º75.18%26.86%-
HSV(B)195.73º85.83%47.06%-
XYZ7.549.319.17-
YUV73.35154.3287.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=7.39%
G=40.43%
B=52.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17931200.860.2200.53195.7375.1826.86
Hex115D785616035c44b1b
Octal211351701262606530411333
Binary1000110111011111000101011010110011010111000100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115D78; }

 p { color: rgb(17,93,120); }

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

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

 a { background-color: rgb(17,93,120); }

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

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

 span { border-color: rgb(17,93,120); }

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