Html Css Color HEX #116380 Allports

📋 copy color: '#116380'

red 17 ◦ green 99 ◦ blue 128

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

Shades of Allports #116380

Tints of Allports #116380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 6.97%
G = 40.57%
B = 52.46%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#116380 (or 0x116380) is known color: Allports. HEX triplet: 11, 63 and 80. RGB value is (17,99,128). Sum of RGB (Red+Green+Blue) = 17+99+128=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #116380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116380 is #EE9C7F. Grayscale: #4D4D4D. Windows color (decimal): -15637632 or 8413969. OLE color: 8413969.

HSL color Cylindrical-coordinate representation of color #116380: hue angle of 195.68º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116380 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 99 128 -
CMYK 0.87 0.23 0 0.50
HSL 195.68º 0.77% 0.28% -
HSV(B) 195.68º 0.87% 0.5% -
XYZ 8.59 10.6 22.02 -
YUV 77.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 17 99 128 0.87 0.23 0 0.50 195.68 0.77 0.28
Hex 11 63 80 57 17 0 32 C4 4D 1C
Octal 21 143 200 127 27 0 62 304 115 34
Binary 10001 1100011 10000000 1010111 10111 0 110010 11000100 1001101 11100

Color Harmonies of #116380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116380

Black with #116380

Text Example


Text Example

White with #116380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116380; }

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

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

background-color css

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

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

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

border-color css

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

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

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