#116379

Color #116379 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #116379

Tints of Allports #116379

Color information

#116379 (or 0x116379) is unknown color: approx 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

RGB1799121-
CMYK0.860.1800.53
HSL192.69º75.36%27.06%-
HSV(B)192.69º85.95%47.45%-
XYZ8.1410.4219.67-
YUV76.99152.8385.21-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17991210.860.1800.53192.6975.3627.06
Hex1163795612035c14b1b
Octal211431711262206530111333
Binary1000111000111111001101011010010011010111000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>