Html Css Color HEX #116188 Allports

📋 copy color: '#116188'

red 17 ◦ green 97 ◦ blue 136

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

Shades of Allports #116188

Tints of Allports #116188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 6.8%
G = 38.8%
B = 54.4%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#116188 (or 0x116188) is known color: Allports. HEX triplet: 11, 61 and 88. RGB value is (17,97,136). Sum of RGB (Red+Green+Blue) = 17+97+136=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #116188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116188 is #EE9E77. Grayscale: #4D4D4D. Windows color (decimal): -15638136 or 8937745. OLE color: 8937745.

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

Color convert

RGB 17 97 136 -
CMYK 0.87 0.29 0 0.47
HSL 199.66º 0.78% 0.3% -
HSV(B) 199.66º 0.88% 0.53% -
XYZ 8.95 10.45 24.84 -
YUV 77.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 17 97 136 0.87 0.29 0 0.47 199.66 0.78 0.3
Hex 11 61 88 57 1D 0 2F C8 4E 1E
Octal 21 141 210 127 35 0 57 310 116 36
Binary 10001 1100001 10001000 1010111 11101 0 101111 11001000 1001110 11110

Color Harmonies of #116188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116188

Black with #116188

Text Example


Text Example

White with #116188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116188; }

 p { color: rgb(17,97,136); }

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

background-color css

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

 a { background-color: rgb(17,97,136); }

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

border-color css

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

 span { border-color: rgb(17,97,136); }

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