Html Css Color HEX #116382 Allports

📋 copy color: '#116382'

red 17 ◦ green 99 ◦ blue 130

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

Shades of Allports #116382

Tints of Allports #116382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 6.91%
G = 40.24%
B = 52.85%

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

#116382 (or 0x116382) is known color: Allports. HEX triplet: 11, 63 and 82. RGB value is (17,99,130). Sum of RGB (Red+Green+Blue) = 17+99+130=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #116382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116382 is #EE9C7D. Grayscale: #4D4D4D. Windows color (decimal): -15637630 or 8545041. OLE color: 8545041.

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

Color convert

RGB 17 99 130 -
CMYK 0.87 0.24 0 0.49
HSL 196.46º 0.77% 0.29% -
HSV(B) 196.46º 0.87% 0.51% -
XYZ 8.72 10.65 22.72 -
YUV 78.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 17 99 130 0.87 0.24 0 0.49 196.46 0.77 0.29
Hex 11 63 82 57 18 0 31 C4 4D 1D
Octal 21 143 202 127 30 0 61 304 115 35
Binary 10001 1100011 10000010 1010111 11000 0 110001 11000100 1001101 11101

Color Harmonies of #116382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116382

Black with #116382

Text Example


Text Example

White with #116382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116382; }

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

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

background-color css

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

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

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

border-color css

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

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

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