#11648C

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

Shades of Allports #11648C

Tints of Allports #11648C

Color information

#11648C (or 0x11648C) is unknown color: approx Allports. HEX triplet: 11, 64 and 8C. RGB value is (17,100,140). Sum of RGB (Red+Green+Blue) = 17+100+140=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #11648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11648C is #EE9B73. Grayscale: #4F4F4F. Windows color (decimal): -15637364 or 9200657. OLE color: 9200657.

HSL color Cylindrical-coordinate representation of color #11648C: hue angle of 199.51º 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 #11648C is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17100140-
CMYK0.880.2900.45
HSL199.51º78.34%30.78%-
HSV(B)199.51º87.86%54.9%-
XYZ9.5211.1326.46-
YUV79.7416283.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=6.61%
G=38.91%
B=54.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171001400.880.2900.45199.5178.3430.78
Hex11648C581D02Dc84e1f
Octal211442141303505531011637
Binary10001110010010001100101100011101010110111001000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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