Html Css Color HEX #115F85 Allports

📋 copy color: '#115F85'

red 17 ◦ green 95 ◦ blue 133

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

Shades of Allports #115F85

Tints of Allports #115F85

RGB

 RED value IS 17 (7.03% from 255) = 6.94%

 GREEN value IS 95 (37.5% from 255) = 38.78%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 6.94%
G = 38.78%
B = 54.29%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#115F85 (or 0x115F85) is known color: Allports. HEX triplet: 11, 5F and 85. RGB value is (17,95,133). Sum of RGB (Red+Green+Blue) = 17+95+133=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #115F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F85 is #EEA07A. Grayscale: #4B4B4B. Windows color (decimal): -15638651 or 8740625. OLE color: 8740625.

HSL color Cylindrical-coordinate representation of color #115F85: hue angle of 199.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115F85 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 95 133 -
CMYK 0.87 0.29 0 0.48
HSL 199.66º 0.77% 0.29% -
HSV(B) 199.66º 0.87% 0.52% -
XYZ 8.56 10 23.67 -
YUV 76.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 17 95 133 0.87 0.29 0 0.48 199.66 0.77 0.29
Hex 11 5F 85 57 1D 0 30 C8 4D 1D
Octal 21 137 205 127 35 0 60 310 115 35
Binary 10001 1011111 10000101 1010111 11101 0 110000 11001000 1001101 11101

Color Harmonies of #115F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F85

Black with #115F85

Text Example


Text Example

White with #115F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #115F85;
 }
 .AnyTagClassName
 {
   color: #115F85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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