#115F77

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

Shades of Allports #115F77

Tints of Allports #115F77

Color information

#115F77 (or 0x115F77) is unknown color: approx Allports. HEX triplet: 11, 5F and 77. RGB value is (17,95,119). Sum of RGB (Red+Green+Blue) = 17+95+119=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #115F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F77 is #EEA088. Grayscale: #4A4A4A. Windows color (decimal): -15638665 or 7823121. OLE color: 7823121.

HSL color Cylindrical-coordinate representation of color #115F77: hue angle of 194.12º 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 #115F77 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1795119-
CMYK0.860.2000.53
HSL194.12º75%26.67%-
HSV(B)194.12º85.71%46.67%-
XYZ7.659.6418.91-
YUV74.41153.1687.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=7.36%
G=41.13%
B=51.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17951190.860.2000.53194.127526.67
Hex115F775614035c24b1b
Octal211371671262406530211333
Binary1000110111111110111101011010100011010111000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,95,119); }

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

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

 a { background-color: rgb(17,95,119); }

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

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

 span { border-color: rgb(17,95,119); }

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