#11648B

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

Shades of Allports #11648B

Tints of Allports #11648B

Color information

#11648B (or 0x11648B) is unknown color: approx Allports. HEX triplet: 11, 64 and 8B. RGB value is (17,100,139). Sum of RGB (Red+Green+Blue) = 17+100+139=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #11648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11648B is #EE9B74. Grayscale: #4F4F4F. Windows color (decimal): -15637365 or 9135121. OLE color: 9135121.

HSL color Cylindrical-coordinate representation of color #11648B: hue angle of 199.18º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11648B is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17100139-
CMYK0.880.2800.45
HSL199.18º78.21%30.59%-
HSV(B)199.18º87.77%54.51%-
XYZ9.4511.126.07-
YUV79.63161.583.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.64%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=6.64%
G=39.06%
B=54.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171001390.880.2800.45199.1878.2130.59
Hex11648B581C02Dc74e1f
Octal211442131303405530711637
Binary10001110010010001011101100011100010110111000111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11648B; }

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

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

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

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

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

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

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

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