Html Css Color HEX #116288 Allports

📋 copy color: '#116288'

red 17 ◦ green 98 ◦ blue 136

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

Shades of Allports #116288

Tints of Allports #116288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 6.77%
G = 39.04%
B = 54.18%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#116288 (or 0x116288) is known color: Allports. HEX triplet: 11, 62 and 88. RGB value is (17,98,136). Sum of RGB (Red+Green+Blue) = 17+98+136=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #116288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116288 is #EE9D77. Grayscale: #4D4D4D. Windows color (decimal): -15637880 or 8938001. OLE color: 8938001.

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

Color convert

RGB 17 98 136 -
CMYK 0.87 0.28 0 0.47
HSL 199.16º 0.78% 0.3% -
HSV(B) 199.16º 0.88% 0.53% -
XYZ 9.04 10.63 24.87 -
YUV 78.11 160.66 84.41 -
System Red Green Blue C M Y K H S L
Decimal 17 98 136 0.87 0.28 0 0.47 199.16 0.78 0.3
Hex 11 62 88 57 1C 0 2F C7 4E 1E
Octal 21 142 210 127 34 0 57 307 116 36
Binary 10001 1100010 10001000 1010111 11100 0 101111 11000111 1001110 11110

Color Harmonies of #116288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116288

Black with #116288

Text Example


Text Example

White with #116288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116288; }

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

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

background-color css

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

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

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

border-color css

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

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

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