#11667D

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

Shades of Allports #11667D

Tints of Allports #11667D

Color information

#11667D (or 0x11667D) is unknown color: approx Allports. HEX triplet: 11, 66 and 7D. RGB value is (17,102,125). Sum of RGB (Red+Green+Blue) = 17+102+125=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #11667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11667D is #EE9982. Grayscale: #4F4F4F. Windows color (decimal): -15636867 or 8218129. OLE color: 8218129.

HSL color Cylindrical-coordinate representation of color #11667D: hue angle of 192.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11667D is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB17102125-
CMYK0.860.1800.51
HSL192.78º76.06%27.84%-
HSV(B)192.78º86.4%49.02%-
XYZ8.6811.121.09-
YUV79.21153.8483.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 125 (49.22% from 255) = 51.23%
R=6.97%
G=41.80%
B=51.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal171021250.860.1800.51192.7876.0627.84
Hex11667D5612033c14c1c
Octal211461751262206330111434
Binary1000111001101111101101011010010011001111000001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11667D; }

 p { color: rgb(17,102,125); }

 H1.HeaderClassName
 {
   color: #11667D;
 }
 .AnyTagClassName
 {
   color: #11667D;
 }
</style>
background-color css

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

 a { background-color: rgb(17,102,125); }

 div.DivClassName
 {
   background-color: #11667D;
 }
 .BgClassName
 {
   background-color: #11667D;
 }
</style>
border-color css

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

 span { border-color: rgb(17,102,125); }

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