Html Css Color HEX #116483 Allports

📋 copy color: '#116483'

red 17 ◦ green 100 ◦ blue 131

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

Shades of Allports #116483

Tints of Allports #116483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

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

R = 6.85%
G = 40.32%
B = 52.82%

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

#116483 (or 0x116483) is known color: Allports. HEX triplet: 11, 64 and 83. RGB value is (17,100,131). Sum of RGB (Red+Green+Blue) = 17+100+131=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #116483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116483 is #EE9B7C. Grayscale: #4E4E4E. Windows color (decimal): -15637373 or 8610833. OLE color: 8610833.

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

Color convert

RGB 17 100 131 -
CMYK 0.87 0.24 0 0.49
HSL 196.32º 0.77% 0.29% -
HSV(B) 196.32º 0.87% 0.51% -
XYZ 8.89 10.87 23.1 -
YUV 78.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 17 100 131 0.87 0.24 0 0.49 196.32 0.77 0.29
Hex 11 64 83 57 18 0 31 C4 4D 1D
Octal 21 144 203 127 30 0 61 304 115 35
Binary 10001 1100100 10000011 1010111 11000 0 110001 11000100 1001101 11101

Color Harmonies of #116483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116483

Black with #116483

Text Example


Text Example

White with #116483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116483; }

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

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

background-color css

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

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

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

border-color css

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

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

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