Html Css Color HEX #116486 Allports

📋 copy color: '#116486'

red 17 ◦ green 100 ◦ blue 134

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

Shades of Allports #116486

Tints of Allports #116486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 6.77%
G = 39.84%
B = 53.39%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#116486 (or 0x116486) is known color: Allports. HEX triplet: 11, 64 and 86. RGB value is (17,100,134). Sum of RGB (Red+Green+Blue) = 17+100+134=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #116486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116486 is #EE9B79. Grayscale: #4E4E4E. Windows color (decimal): -15637370 or 8807441. OLE color: 8807441.

HSL color Cylindrical-coordinate representation of color #116486: hue angle of 197.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116486 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 100 134 -
CMYK 0.87 0.25 0 0.47
HSL 197.44º 0.77% 0.3% -
HSV(B) 197.44º 0.87% 0.53% -
XYZ 9.09 10.95 24.19 -
YUV 79.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 17 100 134 0.87 0.25 0 0.47 197.44 0.77 0.3
Hex 11 64 86 57 19 0 2F C5 4D 1E
Octal 21 144 206 127 31 0 57 305 115 36
Binary 10001 1100100 10000110 1010111 11001 0 101111 11000101 1001101 11110

Color Harmonies of #116486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116486

Black with #116486

Text Example


Text Example

White with #116486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116486; }

 p { color: rgb(17,100,134); }

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

background-color css

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

 a { background-color: rgb(17,100,134); }

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

border-color css

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

 span { border-color: rgb(17,100,134); }

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