Html Css Color HEX #116383 Allports

📋 copy color: '#116383'

red 17 ◦ green 99 ◦ blue 131

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

Shades of Allports #116383

Tints of Allports #116383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 131 (51.56% from 255) = 53.04%

R = 6.88%
G = 40.08%
B = 53.04%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#116383 (or 0x116383) is known color: Allports. HEX triplet: 11, 63 and 83. RGB value is (17,99,131). Sum of RGB (Red+Green+Blue) = 17+99+131=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #116383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116383 is #EE9C7C. Grayscale: #4D4D4D. Windows color (decimal): -15637629 or 8610577. OLE color: 8610577.

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

Color convert

RGB 17 99 131 -
CMYK 0.87 0.24 0 0.49
HSL 196.84º 0.77% 0.29% -
HSV(B) 196.84º 0.87% 0.51% -
XYZ 8.79 10.68 23.07 -
YUV 78.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 17 99 131 0.87 0.24 0 0.49 196.84 0.77 0.29
Hex 11 63 83 57 18 0 31 C5 4D 1D
Octal 21 143 203 127 30 0 61 305 115 35
Binary 10001 1100011 10000011 1010111 11000 0 110001 11000101 1001101 11101

Color Harmonies of #116383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116383

Black with #116383

Text Example


Text Example

White with #116383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116383; }

 p { color: rgb(17,99,131); }

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

background-color css

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

 a { background-color: rgb(17,99,131); }

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

border-color css

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

 span { border-color: rgb(17,99,131); }

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