Html Css Color HEX #116379 Allports

📋 copy color: '#116379'

red 17 ◦ green 99 ◦ blue 121

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

Shades of Allports #116379

Tints of Allports #116379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.05%

R = 7.17%
G = 41.77%
B = 51.05%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#116379 (or 0x116379) is known color: Allports. HEX triplet: 11, 63 and 79. RGB value is (17,99,121). Sum of RGB (Red+Green+Blue) = 17+99+121=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #116379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116379 is #EE9C86. Grayscale: #4C4C4C. Windows color (decimal): -15637639 or 7955217. OLE color: 7955217.

HSL color Cylindrical-coordinate representation of color #116379: hue angle of 192.69º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116379 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 99 121 -
CMYK 0.86 0.18 0 0.53
HSL 192.69º 0.75% 0.27% -
HSV(B) 192.69º 0.86% 0.47% -
XYZ 8.14 10.42 19.67 -
YUV 76.99 152.83 85.21 -
System Red Green Blue C M Y K H S L
Decimal 17 99 121 0.86 0.18 0 0.53 192.69 0.75 0.27
Hex 11 63 79 56 12 0 35 C1 4B 1B
Octal 21 143 171 126 22 0 65 301 113 33
Binary 10001 1100011 1111001 1010110 10010 0 110101 11000001 1001011 11011

Color Harmonies of #116379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116379

Black with #116379

Text Example


Text Example

White with #116379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116379; }

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

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

background-color css

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

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

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

border-color css

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

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

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