Html Css Color HEX #115F77 Allports

📋 copy color: '#115F77'

red 17 ◦ green 95 ◦ blue 119

#115F77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #115F77

Tints of Allports #115F77

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 value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115F77 (or 0x115F77) is known color: 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

RGB 17 95 119 -
CMYK 0.86 0.20 0 0.53
HSL 194.12º 0.75% 0.27% -
HSV(B) 194.12º 0.86% 0.47% -
XYZ 7.65 9.64 18.91 -
YUV 74.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 17 95 119 0.86 0.20 0 0.53 194.12 0.75 0.27
Hex 11 5F 77 56 14 0 35 C2 4B 1B
Octal 21 137 167 126 24 0 65 302 113 33
Binary 10001 1011111 1110111 1010110 10100 0 110101 11000010 1001011 11011

Color Harmonies of #115F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F77

Black with #115F77

Text Example


Text Example

White with #115F77

Text Example


Text Example

HTML Codes & Css Web 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>