Html Css Color HEX #116688 Allports

📋 copy color: '#116688'

red 17 ◦ green 102 ◦ blue 136

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

Shades of Allports #116688

Tints of Allports #116688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 6.67%
G = 40%
B = 53.33%

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

#116688 (or 0x116688) is known color: Allports. HEX triplet: 11, 66 and 88. RGB value is (17,102,136). Sum of RGB (Red+Green+Blue) = 17+102+136=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #116688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116688 is #EE9977. Grayscale: #505050. Windows color (decimal): -15636856 or 8939025. OLE color: 8939025.

HSL color Cylindrical-coordinate representation of color #116688: hue angle of 197.14º 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 #116688 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 102 136 -
CMYK 0.87 0.25 0 0.47
HSL 197.14º 0.78% 0.3% -
HSV(B) 197.14º 0.88% 0.53% -
XYZ 9.43 11.4 25 -
YUV 80.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 17 102 136 0.87 0.25 0 0.47 197.14 0.78 0.3
Hex 11 66 88 57 19 0 2F C5 4E 1E
Octal 21 146 210 127 31 0 57 305 116 36
Binary 10001 1100110 10001000 1010111 11001 0 101111 11000101 1001110 11110

Color Harmonies of #116688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116688

Black with #116688

Text Example


Text Example

White with #116688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116688; }

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

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

background-color css

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

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

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

border-color css

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

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

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