#16617C

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

Shades of Allports #16617C

Tints of Allports #16617C

Color information

#16617C (or 0x16617C) is unknown color: approx Allports. HEX triplet: 16, 61 and 7C. RGB value is (22,97,124). Sum of RGB (Red+Green+Blue) = 22+97+124=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #16617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16617C is #E99E83. Grayscale: #4D4D4D. Windows color (decimal): -15310468 or 8151318. OLE color: 8151318.

HSL color Cylindrical-coordinate representation of color #16617C: hue angle of 195.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16617C is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2297124-
CMYK0.820.2200.51
HSL195.88º69.86%28.63%-
HSV(B)195.88º82.26%48.63%-
XYZ8.2410.1820.6-
YUV77.65154.1588.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=9.05%
G=39.92%
B=51.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22971240.820.2200.51195.8869.8628.63
Hex16617C5216033c4461d
Octal261411741222606330410635
Binary1011011000011111100101001010110011001111000100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,97,124); }

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

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

 a { background-color: rgb(22,97,124); }

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

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

 span { border-color: rgb(22,97,124); }

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